Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayuto/discover_win
IDA scripts which compare Linux and Windows binaries to automatically rename unnamed Windows functions.
https://github.com/ayuto/discover_win
ida idapython
Last synced: 18 minutes ago
JSON representation
IDA scripts which compare Linux and Windows binaries to automatically rename unnamed Windows functions.
- Host: GitHub
- URL: https://github.com/ayuto/discover_win
- Owner: Ayuto
- Created: 2015-03-17T17:13:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T18:21:58.000Z (almost 4 years ago)
- Last Synced: 2024-08-03T10:01:46.398Z (3 months ago)
- Topics: ida, idapython
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
1. Analyse Linux binary with the script "analyse_binary.py".
2. Analyse Windows binary with the script "analyse_binary.py".
3. Clean up both databases with the script "cleanup_databases.py".
4. Discover Windows functions with the script "create_discover_database.py".
5. Read and apply the data saved to the discovered database with the script "read_discovered_database.py".