-
- Downloads
restructured to modularize libIRDB, and also added the CFG module for building...
restructured to modularize libIRDB, and also added the CFG module for building a control flow graph of a function.
Showing
- .gitattributes 7 additions, 0 deletions.gitattributes
- libIRDB/include/cfg/BasicBlock.hpp 42 additions, 0 deletionslibIRDB/include/cfg/BasicBlock.hpp
- libIRDB/include/cfg/CFG.hpp 27 additions, 0 deletionslibIRDB/include/cfg/CFG.hpp
- libIRDB/include/core/instruction.hpp 10 additions, 8 deletionslibIRDB/include/core/instruction.hpp
- libIRDB/include/libIRDB-cfg.hpp 21 additions, 0 deletionslibIRDB/include/libIRDB-cfg.hpp
- libIRDB/include/utils.hpp 34 additions, 0 deletionslibIRDB/include/utils.hpp
- libIRDB/src/Makefile 2 additions, 0 deletionslibIRDB/src/Makefile
- libIRDB/src/cfg/BasicBlock.cpp 92 additions, 0 deletionslibIRDB/src/cfg/BasicBlock.cpp
- libIRDB/src/cfg/CFG.cpp 130 additions, 0 deletionslibIRDB/src/cfg/CFG.cpp
- libIRDB/src/cfg/Makefile 15 additions, 0 deletionslibIRDB/src/cfg/Makefile
- libIRDB/src/core/instruction.cpp 24 additions, 0 deletionslibIRDB/src/core/instruction.cpp
- libIRDB/test/Makefile 4 additions, 4 deletionslibIRDB/test/Makefile
- libIRDB/test/fix_calls.cpp 1 addition, 1 deletionlibIRDB/test/fix_calls.cpp
- libIRDB/test/unfix_calls.cpp 135 additions, 0 deletionslibIRDB/test/unfix_calls.cpp
Loading
Please register or sign in to comment