Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Antidebug detection feature #9

Closed
cecio opened this issue Dec 7, 2021 · 3 comments
Closed

Antidebug detection feature #9

cecio opened this issue Dec 7, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@cecio
Copy link
Contributor

cecio commented Dec 7, 2021

This will be released in version 0.4.0:

  • a new emulation option will execute the provided DLL/EXE/Shellcode to identify location of anti-debug techniques
@cecio cecio added the enhancement New feature or request label Dec 7, 2021
@cecio cecio self-assigned this Dec 7, 2021
@cecio
Copy link
Contributor Author

cecio commented Dec 8, 2021

Implemented so far:

[#] Call to QueryPerformanceCounter() at 0x414049
[#] IsDebuggerPresent() at 0x4157e7
[#] CheckRemoteDebuggerPresent() at 0x415828
[#] Suspect NtQueryInformationProcess() at 0x4158b3
[#] Suspect NtQuerySystemInformation() at 0x415a22
[#] Direct access to PEB!BeingDebugged at 0x415a6a
[#] Direct access to PEB!NtGlobalFlag at 0x415a9e
[#] Suspect access to HeapBase (may be used to access Flags and ForceFlags) at 0x415b17
[#] GetProcAddress() of CRSS.EXE at 0x415b75
[#] Exclusive CreateFileA() on current process at 0x415bc4
[#] Call to GetLocalTime() at 0x415bfd
[#] Call to GetSystemTime() at 0x415c20
[#] Call to GetTickCount() at 0x415c52
[#] Call to QueryPerformanceCounter() at 0x415ca6
[#] Call to timeGetTime() at 0x415cd7
[#] Call to VirtualProtect() on "Return Address" at 0x4120b9

more to come...

@cecio
Copy link
Contributor Author

cecio commented Jan 11, 2022

This feature will be release just before https://insomnihack.ch 2022, along with some other improvements....stay tuned and come to the conference to see the talk! ;-)

@cecio
Copy link
Contributor Author

cecio commented Mar 21, 2022

Release 0.4.0 published

@cecio cecio closed this as completed Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant