Skip to content

Releases: LAC-Japan/IDA_Plugin_AntiDebugSeeker

IDA_AntiDebugSeeker-v1.3

13 Nov 06:03
32afb45
Compare
Choose a tag to compare

Code correction for the error in IDA 9.0

import ida_ida

start_addr = ida_ida.inf_get_max_ea()
end_addr = ida_ida.inf_get_min_ea()

IError

IDA_AntiDebugSeeker-v1.2

21 Oct 08:08
32afb45
Compare
Choose a tag to compare

Rule UPDATE

AntiDebugTechnique
[VM_Check]
[VBox_Check]
[VMware_Check]
[NtSetInformationThread]
[NtQueryInformationProcess]
[Anti-Sandbox_SandBoxie]
[Anti-Sandbox_Buster_Sandbox_Analyzer]

IDA_AntiDebugSeeker-v1.1

24 Jan 00:51
014724e
Compare
Choose a tag to compare
  • Detected Function List

Version 1.1 includes an added functionality to show the Detected Function List along with the Anti Debug Detection Results,
which can be activated using the Ctrl + Shift + D shortcut.

  • Features
    • Search results
    • Jump to section by double-clicking
    • Display rule explanations on mouse-over
    • Investigate Call functions recursively by clicking on the function name
      • Displayed functions that are detected will appear in grey.
      • Hovering the mouse over these functions will display the detection results.

DetectedFunctionList-Display
DetectedFunctionList-Recursive-Display

  • Rule Update

    Anti_Debug_API
    [CommandLine check]
    GetCommandLineA
    GetCommandLineW

    [Analysis Environment Check]
    GetExitCodeProcess

    Anti_Debug_Technique
    [VMware_I/O_port]
    [VMware_magic_value]
    [CreateMutex_AlreadyExist]
    [CreateEvent_AlreadyExist]
    [ChildProcess_Check]
    [Extract_Resource_Section]
    [Commucate_function_String]
    [Commucate_function]

IDA_AntiDebugSeeker-v1.0

24 Sep 08:27
1a9618c
Compare
Choose a tag to compare
Add files via upload