Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 427 Vote(s) - 3.49 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Detect API hooking

#1
Hey, so recently I have been wondering how to detect API hooking to aid prevent cracking, I have been reading up on methods and so far I understand there are two ways of doing it:
  1. Check Calls to VirtualProtect
  2. Hook the IAT address of the process and save bytes into memory, then copy again at a later stage and compare

I am new to anti RE but would love to know any other ways/information about this.
Reply

#2
I personally am attached to comparing old IAT data to new IAT data, its easy to implement and hard to get around. However my advice would not be to focus so much on anti-debugging but instead proper obfuscation. If you want to see some killer examples of this,

[To see links please register here]

is excellent and has a lot of documentation inside.
Reply

#3
You could compare bytes of a function to what they should be by reading the file off the disk. Also, make sure functions don't start with something like a jmp or call when they aren't supposed to.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through