mirror of https://github.com/x64dbg/TitanEngine
16 lines
452 B
Plaintext
16 lines
452 B
Plaintext
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 |