mirror of https://github.com/x64dbg/TitanEngine
|
|
||
|---|---|---|
| .. | ||
| README | ||
| TitanEngine.h | ||
| TitanEngine.hpp | ||
| TitanEngine.lib | ||
| TitanScript.h | ||
| TitanScript.hpp | ||
| TitanUnitTest.cpp | ||
| TitanUnitTest.vcxproj | ||
| TitanUnitTest.vcxproj.filters | ||
| disasm.dll | ||
| stdafx.cpp | ||
| stdafx.h | ||
| targetver.h | ||
README
Setup: - Put disasm.dll into Debug/Release folder. - Put TitanEngine.dll into Debug/Release folder. - Put TitanScript.dll into plugins/x86/ folder in Debug/Release folder. (Can be found here https://bitbucket.org/cypherpunk/titanscript-update) Usage: - TitanUnitTest.exe script.osc target.exe It understands complete OllyDbgScript language and adds additional TE commands Example script: #log GPA "IsDebuggerPresent", "kernel32.dll" LOG $RESULT