Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. From The “Ultimate”Anti-Debugging Reference
  2.  
  3. Process-level:
  4. CheckRemoteDebuggerPresent
  5. Parent Process
  6. CreateToolhelp32Snapshot
  7. DbgBreakPoint
  8. DbgPrint
  9. DbgSetDebugFilterState
  10. IsDebuggerPresent
  11. NtQueryInformationProcess
  12. OutputDebugString
  13. RtlQueryProcessHeapInformation
  14. RtlQueryProcessDebugInformation
  15. SwitchToThread
  16. Toolhelp32ReadProcessMemory
  17. UnhandledExceptionFilter
  18. VirtualProtect
  19.  
  20. System-level:
  21. FindWindow
  22. NtQueryObject
  23. NtQuerySystemInformationSelectors
  24. Selectors
  25.  
  26. User-interface:
  27. FLD
  28. NtSetInformationThread
  29. SuspendThread
  30. SwitchDesktop
  31.  
  32. Uncontrolled execution:
  33. CreateProcess
  34. CreateThread
  35. DebugActiveProcess
  36. Enum
  37. GenerateConsoleCtrlEvent
  38. NtSetInformationProcess
  39. NtSetLdtEntries
  40. QueueUserAPC
  41. RaiseException
  42. RtlProcessFlsData
  43. WriteProcessMemory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement