Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

IDA scripts which compare Linux and Windows binaries to automatically rename unnamed Windows functions.

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".