├── .DS_Store ├── README.md ├── get_result.py ├── idapro ├── ida.reg ├── license.displayed └── proccache64.lst ├── ref_table_for_driller.txt ├── setup.py ├── sig_and_func.py ├── test └── pwn20 └── test_result └── pwn20_func_details /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxm95/IDA_Wrapper/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxm95/IDA_Wrapper/HEAD/README.md -------------------------------------------------------------------------------- /get_result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxm95/IDA_Wrapper/HEAD/get_result.py -------------------------------------------------------------------------------- /idapro/ida.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxm95/IDA_Wrapper/HEAD/idapro/ida.reg -------------------------------------------------------------------------------- /idapro/license.displayed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /idapro/proccache64.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxm95/IDA_Wrapper/HEAD/idapro/proccache64.lst -------------------------------------------------------------------------------- /ref_table_for_driller.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxm95/IDA_Wrapper/HEAD/ref_table_for_driller.txt -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxm95/IDA_Wrapper/HEAD/setup.py -------------------------------------------------------------------------------- /sig_and_func.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxm95/IDA_Wrapper/HEAD/sig_and_func.py -------------------------------------------------------------------------------- /test/pwn20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxm95/IDA_Wrapper/HEAD/test/pwn20 -------------------------------------------------------------------------------- /test_result/pwn20_func_details: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxm95/IDA_Wrapper/HEAD/test_result/pwn20_func_details --------------------------------------------------------------------------------