Skip to content

Zipcore/IDA-Scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDA Scripts

Some random IDA scripts I wrote

makesig.py

Python translation of makesig

isgoodsig.py

Takes a SourceMod signature input and detects if it's unique or not.

netprop_importer.py

Imports netprops and owner classes as structs and struct members into IDA's DB. Only works with the XML file provided by sm_dump_netprops_xml. It's still a WIP and doesn't catch all of them though; really shits the bed when it comes to datatables. You should also use the proper netprop dump for your OS, or else you will be very confused.

You also have the option of importing vtables from the found classes into IDA. I plan on separating this into another script, but until then, this will work.

About

Some random IDA scripts I wrote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%