Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onethawt/idapyscripts
Collection of my IDAPython scripts
https://github.com/onethawt/idapyscripts
Last synced: 3 months ago
JSON representation
Collection of my IDAPython scripts
- Host: GitHub
- URL: https://github.com/onethawt/idapyscripts
- Owner: onethawt
- License: mit
- Created: 2015-09-14T04:09:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T14:56:27.000Z (over 9 years ago)
- Last Synced: 2024-08-03T10:01:33.099Z (6 months ago)
- Language: Python
- Size: 119 KB
- Stars: 31
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-security-collection - **22**星
README
# idapyscripts
### Collection of my IDAPython scripts
* **Data Xref Counter** (dataxrefcounter.py) - A small IDAPython plugin which enumerates all of the the x-references in a specific segment and counts the frequency of usage. The plugin displays the data in QtTableWidget and lets the user filter and sort the references. You can also export the data to a CSV file. This plugin is particularly useful when reverse engineering large executables (games). In the video below, I demonstrate the plugin on an IDA database of Diablo 3 (patch 2.3). The second most referenced data offset happens to be the ObjectManager, which contains many of the interesting game data values and pointers to other structures. [Youtube Demo](http://www.youtube.com/watch?v=r_lbYsU3jSU) or click the image below.[![Data Xref Counter](http://img.youtube.com/vi/r_lbYsU3jSU/0.jpg)](http://www.youtube.com/watch?v=r_lbYsU3jSU)