1
0
Fork 0
x64dbg/src/dbg/analysis
Duncan Ogilvie 0e2ff40443
DBG: remove unused parameter from RecursiveAnalysis class
2017-12-17 02:05:53 +01:00
..
AnalysisPass.cpp DBG: moved analysis code to a separate directory 2016-07-09 08:44:28 +02:00
AnalysisPass.h DBG: moved analysis code to a separate directory 2016-07-09 08:44:28 +02:00
BasicBlock.h DBG: moved analysis code to a separate directory 2016-07-09 08:44:28 +02:00
CodeFollowPass.cpp Renamed `Capstone` -> `Zydis` 2017-10-09 10:02:13 +02:00
CodeFollowPass.h Renamed `Capstone` -> `Zydis` 2017-10-09 10:02:13 +02:00
FunctionPass.cpp DBG: fixed bugs found with Visual Studio static code analysis 2016-10-02 16:09:11 +02:00
FunctionPass.h DBG+GUI: code improvements 2016-09-28 20:47:29 +02:00
LinearPass.cpp Add range checks for operand access (fixes #1750) (#1751) 2017-10-10 21:01:59 +02:00
LinearPass.h DBG: moved analysis code to a separate directory 2016-07-09 08:44:28 +02:00
advancedanalysis.cpp DBG: fixed another problem with Zydis 2017-10-14 15:42:02 +02:00
advancedanalysis.h DBG+GUI: code improvements 2016-09-28 20:47:29 +02:00
analysis.cpp DBG: fixed search in modules that have section gaps 2017-04-29 01:57:46 +02:00
analysis.h Renamed `Capstone` -> `Zydis` 2017-10-09 10:02:13 +02:00
analysis_nukem.cpp DBG: fixed memory leak with analyze_nukem 2017-01-08 23:43:55 +01:00
analysis_nukem.h DBG: moved analysis code to a separate directory 2016-07-09 08:44:28 +02:00
controlflowanalysis.cpp Replace Capstone with Zydis 2017-10-09 10:02:13 +02:00
controlflowanalysis.h DBG+GUI: code improvements 2016-09-28 20:47:29 +02:00
exceptiondirectoryanalysis.cpp DBG: fixed bugs found with Visual Studio static code analysis 2016-10-02 16:09:11 +02:00
exceptiondirectoryanalysis.h DBG+GUI: code improvements 2016-09-28 20:47:29 +02:00
linearanalysis.cpp Add range checks for operand access (fixes #1750) (#1751) 2017-10-10 21:01:59 +02:00
linearanalysis.h DBG: moved analysis code to a separate directory 2016-07-09 08:44:28 +02:00
recursiveanalysis.cpp DBG: remove unused parameter from RecursiveAnalysis class 2017-12-17 02:05:53 +01:00
recursiveanalysis.h DBG: remove unused parameter from RecursiveAnalysis class 2017-12-17 02:05:53 +01:00
xrefsanalysis.cpp Replace Capstone with Zydis 2017-10-09 10:02:13 +02:00
xrefsanalysis.h DBG: moved analysis code to a separate directory 2016-07-09 08:44:28 +02:00