Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit ae62cd4

Browse files
committed
IDAPython for IDA 8.4
1 parent 6142005 commit ae62cd4

75 files changed

Lines changed: 167598 additions & 505200 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Scripts/CallStackWalk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Run the application with the debugger, suspend the debugger, select a thread and finally run the script.
66
7-
Copyright (c) 1990-2023 Hex-Rays
7+
Copyright (c) 1990-2024 Hex-Rays
88
ALL RIGHTS RESERVED.
99
"""
1010
import ida_ua

Scripts/DrvsDispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
A script to demonstrate how to send commands to the debugger and then parse and use the output in IDA
44
5-
Copyright (c) 1990-2023 Hex-Rays
5+
Copyright (c) 1990-2024 Hex-Rays
66
ALL RIGHTS RESERVED.
77
88
"""

Scripts/ExchainDump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
This script shows how to send debugger commands and use the result in IDA
44
5-
Copyright (c) 1990-2023 Hex-Rays
5+
Copyright (c) 1990-2024 Hex-Rays
66
ALL RIGHTS RESERVED.
77
88
"""

Scripts/FindInstructions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* To specify in which context the instructions should be assembled, pass asm_where=ea:
1414
find("jmp dword ptr [esp]", asm_where=here())
1515
16-
Copyright (c) 1990-2023 Hex-Rays
16+
Copyright (c) 1990-2024 Hex-Rays
1717
ALL RIGHTS RESERVED.
1818
"""
1919
from __future__ import print_function

Scripts/SEHGraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
It will be easy to see what thread uses what handler and what handlers are commonly used between threads
66
7-
Copyright (c) 1990-2023 Hex-Rays
7+
Copyright (c) 1990-2024 Hex-Rays
88
ALL RIGHTS RESERVED.
99
"""
1010
from __future__ import print_function

Scripts/VaDump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
This script shows how to send debugger commands and use the result in IDA
44
5-
Copyright (c) 1990-2023 Hex-Rays
5+
Copyright (c) 1990-2024 Hex-Rays
66
ALL RIGHTS RESERVED.
77
88
"""

Scripts/VirusTotal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -----------------------------------------------------------------------
33
# VirusTotal IDA Plugin
44
# By Elias Bachaalany <elias at hex-rays.com>
5-
# (c) Hex-Rays 2011-2023
5+
# (c) Hex-Rays 2011-2024
66
#
77
# Special thanks:
88
# - VirusTotal team

0 commit comments

Comments
 (0)