Project 'allnp/SMPStaticAnalyzer' was moved to 'opensrc/SMPStaticAnalyzer'. Please update any links and bookmarks that may still have the old path.
Commits on Source (11)
-
Clark Coleman authored
Track min and max values written directly to global static vars, use in memory expresssion simplification; other memory analysis generalizations.
-
Clark Coleman authored
-
Clark Coleman authored
-
Clark Coleman authored
-
Jason Hiser authored
additions to 1) print number of instructions and operands created, destroyed, and leaked. 2) fixed MakeVoidPointer re-use issues.
-
Jason Hiser authored
-
Jason Hiser authored
-
Clark Coleman authored
Pack DefOrUse to save memory; delete redundant call to STAR_GetCmd() from STARS_IRDB_Instruction_t constructor.
-
Jason Hiser authored
My stars improvements See merge request allnp/SMPStaticAnalyzer!13
-
Clark Coleman authored
-
Clark Coleman authored
Showing
- include/base/SMPDataFlowAnalysis.h 2 additions, 0 deletionsinclude/base/SMPDataFlowAnalysis.h
- include/base/SMPFunction.h 1 addition, 0 deletionsinclude/base/SMPFunction.h
- include/base/SMPInstr.h 1 addition, 0 deletionsinclude/base/SMPInstr.h
- include/base/SMPProgram.h 12 additions, 2 deletionsinclude/base/SMPProgram.h
- include/interfaces/abstract/STARSInstruction.h 21 additions, 2 deletionsinclude/interfaces/abstract/STARSInstruction.h
- include/interfaces/abstract/STARSOp.h 20 additions, 2 deletionsinclude/interfaces/abstract/STARSOp.h
- include/interfaces/irdb/STARSInstruction.h 59 additions, 2 deletionsinclude/interfaces/irdb/STARSInstruction.h
- include/interfaces/irdb/STARSOp.h 20 additions, 27 deletionsinclude/interfaces/irdb/STARSOp.h
- src/base/SMPBasicBlock.cpp 45 additions, 11 deletionssrc/base/SMPBasicBlock.cpp
- src/base/SMPFunction.cpp 212 additions, 99 deletionssrc/base/SMPFunction.cpp
- src/base/SMPInstr.cpp 113 additions, 13 deletionssrc/base/SMPInstr.cpp
- src/base/SMPProgram.cpp 39 additions, 0 deletionssrc/base/SMPProgram.cpp
- src/drivers/idapro/SMPStaticAnalyzer.cpp 7 additions, 0 deletionssrc/drivers/idapro/SMPStaticAnalyzer.cpp
- src/drivers/library/stars_irdb.cpp 3 additions, 2 deletionssrc/drivers/library/stars_irdb.cpp
- src/interfaces/abstract/STARSInstruction.cpp 3 additions, 0 deletionssrc/interfaces/abstract/STARSInstruction.cpp
- src/interfaces/abstract/STARSOp.cpp 4 additions, 0 deletionssrc/interfaces/abstract/STARSOp.cpp
- src/interfaces/idapro/STARSIDAProgram.cpp 43 additions, 38 deletionssrc/interfaces/idapro/STARSIDAProgram.cpp
- src/interfaces/irdb/STARS_IRDB_Function.cpp 2 additions, 0 deletionssrc/interfaces/irdb/STARS_IRDB_Function.cpp
- src/interfaces/irdb/STARS_IRDB_Instruction.cpp 94 additions, 104 deletionssrc/interfaces/irdb/STARS_IRDB_Instruction.cpp
- src/interfaces/irdb/STARS_IRDB_Interface.cpp 3 additions, 1 deletionsrc/interfaces/irdb/STARS_IRDB_Interface.cpp
This diff is collapsed.
This diff is collapsed.