├── README.md ├── fix_inlined_data └── fix_call.py └── junk_removal ├── output.txt └── runtrace.py /README.md: -------------------------------------------------------------------------------- 1 | # IDA Stuff 2 | -------------------------------------------------------------------------------- /fix_inlined_data/fix_call.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usualsuspect/ida_stuff/HEAD/fix_inlined_data/fix_call.py -------------------------------------------------------------------------------- /junk_removal/output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usualsuspect/ida_stuff/HEAD/junk_removal/output.txt -------------------------------------------------------------------------------- /junk_removal/runtrace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usualsuspect/ida_stuff/HEAD/junk_removal/runtrace.py --------------------------------------------------------------------------------