Search found 61 matches

by PyroStrex
Wed Aug 18, 2010 12:52 pm
Forum: Tricks 'n' Tips
Topic: Extended Inline API Hooking
Replies: 27
Views: 12350

Re: Extended Inline API Hooking

@Thorium Yep, that why i really miss the old disassembler engine. Owh, btw, i forgot to thank you Thorium. FYI, this was one of my reference :P http://www.purebasic.fr/english/viewtopic.php?p=327492#p327492 . Thank you again. Edit: Oh, and can you also tell me what other function that cannot be hook...
by PyroStrex
Wed Aug 18, 2010 6:38 am
Forum: Tricks 'n' Tips
Topic: Extended Inline API Hooking
Replies: 27
Views: 12350

Re: Extended Inline API Hooking

@rsta
No problem. Hope you enjoyed it.

@Thorium
Heheh, well i doesn't go that far because all i want is to be able to hook winsock send, recv, WSASend and WSARecv function. With the help of the Disassambler, I think it can easily done. But I don't even know ASM very well. So, yeah~..
by PyroStrex
Tue Aug 17, 2010 9:45 am
Forum: Tricks 'n' Tips
Topic: Extended Inline API Hooking
Replies: 27
Views: 12350

Extended Inline API Hooking

I though i should share it for future benefit and also for my future reference. Just a simple inline API hooking with the ability to call the old function back. It took me 1 week to fully complete this :oops: . So here goes... My inspiration : http://help.madshi.net/ApiHookingMethods.htm Please do n...
by PyroStrex
Sun Aug 08, 2010 3:20 am
Forum: Coding Questions
Topic: DisASMCommand(...) Replacement anyone?
Replies: 1
Views: 695

DisASMCommand(...) Replacement anyone?

Do any of you here know how to replace the code DisASMCommand(...) so it can be supported in purebasic 4.xx ? Thanks in advanced!
by PyroStrex
Fri Aug 06, 2010 2:56 pm
Forum: Coding Questions
Topic: How do i create my own gadget?
Replies: 2
Views: 591

Re: How do i create my own gadget?

Thanks i will have a look into it :)
by PyroStrex
Fri Aug 06, 2010 6:03 am
Forum: Coding Questions
Topic: Resource Question
Replies: 1
Views: 423

Re: Resource Question

In Windows Resources, There are more information than just a text. When you input the .txt file you want it to be in what type of resource? Data or String? It is possible to get all the data in the whole resource but you need some advanced windows resources knowledge though :P. Before, what i do is,...
by PyroStrex
Fri Aug 06, 2010 5:26 am
Forum: Coding Questions
Topic: How do i create my own gadget?
Replies: 2
Views: 591

How do i create my own gadget?

Can someone here list all the resource i need to know in order to create a gadget such as toolbar that looks like in ProGUI? I hope you can help me. I've search millions of time but i think i always failed because i dunno the keyword or i dunno what to search. :(. PureBasic or C or whatever language...
by PyroStrex
Tue Apr 20, 2010 11:22 pm
Forum: Coding Questions
Topic: How to create my own Wait Procedure?
Replies: 9
Views: 2208

Re: How to create my own Wait Procedure?

Owh, i didn't see that :P .. Thx! Umm, can you give me a working example?
by PyroStrex
Tue Apr 20, 2010 1:47 pm
Forum: Coding Questions
Topic: How to create my own Wait Procedure?
Replies: 9
Views: 2208

Re: How to create my own Wait Procedure?

Nono, i'm not using it for waiting event. For example, i want my program to wait until a process is closed. How to do it? If i use delay(), it will only delaying the execution. I need it to only execute when a process is closed. Just like WaitWindowEvent(), it will stop the execution until there's a...
by PyroStrex
Tue Apr 20, 2010 12:28 pm
Forum: Coding Questions
Topic: How to create my own Wait Procedure?
Replies: 9
Views: 2208

How to create my own Wait Procedure?

Like the topic said, how can i do this? like my before threads, i've always been searching before asking. But can't find any. So, i hope that people will help me with this. I need to create a procedure just like WaitWindowEvent(), WaitProgram(), etc.. but i can't find anyway to do it. Why do i need ...
by PyroStrex
Fri Apr 09, 2010 1:03 am
Forum: Coding Questions
Topic: [Self Solved] HTTP File Download with Fast Resume Capability
Replies: 15
Views: 3627

Re: [Self Solved] HTTP File Download with Fast Resume Capabi

heheh, any bugs, you can email it back to me. I will be there to fix it :)
by PyroStrex
Thu Apr 08, 2010 4:56 pm
Forum: Coding Questions
Topic: [Self Solved] HTTP File Download with Fast Resume Capability
Replies: 15
Views: 3627

Re: [Self Solved] HTTP File Download with Fast Resume Capabi

If I click on your link I get a page with the link 'Revision 1': http://pyrostrex.sytes.net/files\Basic HTTP Download with Fast Resume Capability.zip There is a backslsh in there and maybe it also doesn't work because of spaces in the file name. Owh lol, revision 2 is up and the link is not working...
by PyroStrex
Thu Apr 08, 2010 10:10 am
Forum: Coding Questions
Topic: [Self Solved] HTTP File Download with Fast Resume Capability
Replies: 15
Views: 3627

Re: [Self Solved] HTTP File Download with Fast Resume Capabi

I dunno, but it works for many people. I've tried it before. I think this is because of the server is far away. I'm going to find a webhosting. I will post the link again next time.
by PyroStrex
Thu Apr 08, 2010 1:41 am
Forum: Coding Questions
Topic: [Self Solved] HTTP File Download with Fast Resume Capability
Replies: 15
Views: 3627

Re: [Self Solved] HTTP File Download with Fast Resume Capabi

Well, i'm also a C++ Coder before. Even now, i will still create projects that uses c++. I love PureBasic, i'm just starting it from the day i post my first coding question about how to skin using png. The reason why i chose PureBasic now is that PureBasic has the one thing i've been searching for a...
by PyroStrex
Wed Apr 07, 2010 9:30 am
Forum: Coding Questions
Topic: [Self Solved] HTTP File Download with Fast Resume Capability
Replies: 15
Views: 3627

Re: [Self Solved] HTTP File Download with Fast Resume Capabi

Heheh, alright, i didn't actually get discouraged. Just trying to see if someone is interested. I'am a C++ Coder before and i really love to saperate source file. Therefore, I can only post the link here. Sorry. http://pyrostrex.sytes.net/basic_http_downloader_with_fast_resume_capability.php @Fangbe...