![]() |
|
|
|
#1
|
||||
|
||||
|
Hello dosprog
Thank you, I checked you example code and I've done this before and the returned addresses for your sample and my program are same but that's what I'm say is not real address. For example : In Windows7 if press CTRL+G in debugger and type the ShowWindow we will redirect to real location of code in user32.dll . in Windows10 if type the ShowWindow we will redirect to an offset that jumped to NtUserShowWindow and if fallow the jump we redirect to real address of ShowWindow API but in NtUserShowWindow. In Windows7 and Vista if someone wants to hook ShowWindow api I will detect with comparing bytes in memory and file from user32.dll but in Windows10 I can't do it because of NT APIs. This is my question, How can I detect api hooking in windows10 or How can I get the returned address from NtUserShowWindow. Please check the attachment. |
|
#2
|
|||
|
|||
|
Sorry, please upload it somewhere else.
|
|
#3
|
||||
|
||||
|
Quote:
http://www.mediafire.com/file/h55ajo90cor6o78/Check.rar |
| The Following User Says Thank You to Mahmoudnia For This Useful Post: | ||
dosprog (05-23-2018) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fake mac address | theGate | General Discussion | 16 | 08-13-2022 10:12 |
| How to identify the address where the test is done? | byvs | General Discussion | 13 | 10-25-2016 08:40 |
| Get APi from the address | ahmadmansoor | General Discussion | 21 | 03-03-2011 07:49 |
| Finding API Address | britedream | General Discussion | 5 | 10-05-2006 21:28 |