Tab Content
No Recent Activity

3 Visitor Messages

  1. One last note: GetModuleHandleA returns a handle which is the address of the mapped PE image's IMAGE_DOS_HEADER which you can use to find exports, imports, perform IAT and EAT hooks, recreate the image in another process etc. It can also be used as the base virtual address for anything that references < base > + offset.
  2. Also, I've read your post "Semi-experienced non-hacking programmer". You seem to have some experience. If you'd like me to teach you about advanced hooks ( Preserving the stack in remote process's hooked functions, anticheat making etc. which I all have experience in ) hit me up on PM.
  3. "Wait what the hell GetModuleHandle returns a handle which is totally not an address. It is nonsensical trying to cast it to a DWORD and use it as an address."


    Who taught you programming? GetModuleHandleA returns an address. An address is a handle ( Unless otherwise specified ). You CAN cast the handle returned by GMH as a DWORD ( In the case of x86 bit processes ) or an INT64 ( In x64 bit processes. )


    If that wasn't true, my malware would never work. So you sir, and wrong. :3
    Just saying. I was bored.
Showing Visitor Messages 1 to 3 of 3
About Eddington

Basic Information

About Eddington
What are you here for?:
Helping out, Learning more
Gender:
male
Flag:
Azerbaijan

Statistics


Total Posts
Total Posts
57
Posts Per Day
0.02
Visitor Messages
Total Messages
3
Most Recent Message
07-06-2015
Total Thanks
Total Thanks
1
  • Thanked 5 Times in 3 Posts
General Information
Last Activity
07-22-2015
Join Date
04-12-2015
Referrals
0
Post Areas

Top Areas Of Posting