Search found 61 matches

by PyroStrex
Fri Oct 01, 2010 4:00 pm
Forum: Coding Questions
Topic: How To Remove White Horizontal Line on PanelGadget?
Replies: 7
Views: 1067

Re: How To Remove White Horizontal Line on PanelGadget?

Thank you so much RASHAD :). It really works.

PB: In vista it doesn't show?
by PyroStrex
Fri Oct 01, 2010 3:03 pm
Forum: Coding Questions
Topic: How To Remove White Horizontal Line on PanelGadget?
Replies: 7
Views: 1067

Re: How To Remove White Horizontal Line on PanelGadget?

Here it is. It's only 1px width so yeah.. It is still disturbing to my eyes.
Image
by PyroStrex
Fri Oct 01, 2010 2:18 pm
Forum: Coding Questions
Topic: How To Remove White Horizontal Line on PanelGadget?
Replies: 7
Views: 1067

How To Remove White Horizontal Line on PanelGadget?

As you all know, There's a very disturbing white horizontal line at the very right of the PanelGadget. It's not really visible to user eyes but my eyes doesn't like it :lol: . How do i remove it? I can't seem to find the way to do this with pure API and yes I've searched before. I only know how to r...
by PyroStrex
Tue Sep 28, 2010 8:37 am
Forum: Coding Questions
Topic: CreateRemoteThread code does not work properly
Replies: 6
Views: 2509

Re: CreateRemoteThread code does not work properly

Here you are. I've convert this directly from my VB.net project. I also have the ejection method but i will post only if requested since I didn't convert it yet. (I've removed some of the actual code for example like injection directly to Process Name since i wanna convert it fast and VB.net detecti...
by PyroStrex
Tue Sep 28, 2010 6:43 am
Forum: Coding Questions
Topic: CreateRemoteThread code does not work properly
Replies: 6
Views: 2509

Re: CreateRemoteThread code does not work properly

Owh, this is a very suitable addon to my PureBasic API Hooking. What do you mean by injecting it twice? Is it somehow near these actions? You have injected the DLL and it works!. Then, It's is now the time to add some more code into the DLL. When you wanna inject it again. It fails. (Same injection ...
by PyroStrex
Sun Sep 26, 2010 2:23 am
Forum: Tricks 'n' Tips
Topic: Extended Inline API Hooking
Replies: 27
Views: 12111

Re: Extended Inline API Hooking

Added The UnHook Function and the example also updated.
by PyroStrex
Sun Sep 26, 2010 2:08 am
Forum: Off Topic
Topic: What happened to PureBasic lately?
Replies: 63
Views: 7679

Re: What happened to PureBasic lately?

utopiomania wrote:Pyrostrex, check it out (=pb site) at alexa. Seems to be no problems.
Yep, There's seem to be no problem at all :P Thank god :).

Owh, Btw, It is nice to see Sparkie here. Even though maybe I joined this community right before he lay low?.
by PyroStrex
Sat Sep 25, 2010 5:36 am
Forum: Off Topic
Topic: What happened to PureBasic lately?
Replies: 63
Views: 7679

Re: What happened to PureBasic lately?

@Demivec: My Project is not a utility for PureBasic but it is for another forum. But i will post my PureBasic knowledge if i have one. (It will be posted inside Tips and Tricks Section). @netmaestro: What do you mean by "Well, do you want your chance to feel superior or don't you?" ? Sorry...
by PyroStrex
Fri Sep 24, 2010 11:09 pm
Forum: Off Topic
Topic: What happened to PureBasic lately?
Replies: 63
Views: 7679

Re: What happened to PureBasic lately?

Fred, I'm not complaining or anything. This is just a chit chat. I knew there is a feature in this forum called the "search" feature. Many of the topics is no longer needed to be question. I also knew that latest PureBasic is just out in about 2 week ago. But somehow, I just feel that ther...
by PyroStrex
Fri Sep 24, 2010 3:58 pm
Forum: Off Topic
Topic: What happened to PureBasic lately?
Replies: 63
Views: 7679

Re: What happened to PureBasic lately?

Is this maybe because all of the PureBasic staff is no longer develop PureBasic full time like before?. They have their own life maybe?. Because since times flies, People getting older and got married and stuff?. It is really sad for a loyal PureBasic user like me :sad:
by PyroStrex
Fri Sep 24, 2010 1:39 pm
Forum: Off Topic
Topic: What happened to PureBasic lately?
Replies: 63
Views: 7679

Re: What happened to PureBasic lately?

Yeah, even me. I felt like, Hmm.. Again, no new things in "my most favorite Programming Language ever"'s forum (notice the 's?). It was sad because, I can't even find a really good looking website that talks about PureBasic. I don't know why, but when I looked into PureArea.net for example...
by PyroStrex
Fri Sep 24, 2010 8:28 am
Forum: Off Topic
Topic: What happened to PureBasic lately?
Replies: 63
Views: 7679

What happened to PureBasic lately?

Well, I've surf all around the forum looking for PureBasic activities. But i can't see anything interesting since v4.51. Even the Visual Designer 4 is still under development. What happened? I somehow feel the loneliness in this forum... What is going on?
by PyroStrex
Wed Aug 18, 2010 10:09 pm
Forum: Tricks 'n' Tips
Topic: Extended Inline API Hooking
Replies: 27
Views: 12111

Re: Extended Inline API Hooking

Edit: Oh, and can you also tell me what other function that cannot be hooked? ASM view would be nice :) For example DbgBreakPoint. It's only a 2 byte procedure. int 3 ret Owh, i can do IAT Hooking for this. If fails, EAT Hooking will try to support. But dunno if it will still fail though. I will go...
by PyroStrex
Wed Aug 18, 2010 9:52 pm
Forum: Tricks 'n' Tips
Topic: Extended Inline API Hooking
Replies: 27
Views: 12111

Re: Extended Inline API Hooking

@Rescator
Hmm, taking all into one post, so basically you want me to do what? Make also an example to demonstrate the injection and ejection process? You should list it down :P. I was also trying to improve my code :D. Umm, about the Unicode function, can you name one function?
by PyroStrex
Wed Aug 18, 2010 1:27 pm
Forum: Tricks 'n' Tips
Topic: Extended Inline API Hooking
Replies: 27
Views: 12111

Re: Extended Inline API Hooking

@Rescator As you state in your post, Same issues as the other hook post. This only works for the Ascii calls, not the Unicode "W" calls. Secondly this only works within the current process, starting a second process while the first is running and the second behaves just like normal, no hoo...