├── Analysis_Param_Call.py ├── Feature_Of_Binary.py ├── LICENSE ├── LogRecorder.py ├── PYAPI_Featureofbinary.py ├── README.md ├── get_Call_instr_neighbor.py ├── nbsmtp ├── test.sh └── 特征.png /Analysis_Param_Call.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangshouguo/Graph-based_Bug_Search/HEAD/Analysis_Param_Call.py -------------------------------------------------------------------------------- /Feature_Of_Binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangshouguo/Graph-based_Bug_Search/HEAD/Feature_Of_Binary.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangshouguo/Graph-based_Bug_Search/HEAD/LICENSE -------------------------------------------------------------------------------- /LogRecorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangshouguo/Graph-based_Bug_Search/HEAD/LogRecorder.py -------------------------------------------------------------------------------- /PYAPI_Featureofbinary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangshouguo/Graph-based_Bug_Search/HEAD/PYAPI_Featureofbinary.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangshouguo/Graph-based_Bug_Search/HEAD/README.md -------------------------------------------------------------------------------- /get_Call_instr_neighbor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangshouguo/Graph-based_Bug_Search/HEAD/get_Call_instr_neighbor.py -------------------------------------------------------------------------------- /nbsmtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangshouguo/Graph-based_Bug_Search/HEAD/nbsmtp -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- 1 | #!/bin/zsh 2 | idat64 -S"Feature_Of_Binary.py tmpoutfile deregister_tm_clones" nbsmtp.i64 3 | -------------------------------------------------------------------------------- /特征.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yangshouguo/Graph-based_Bug_Search/HEAD/特征.png --------------------------------------------------------------------------------