Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/commial/ttd-bindings
/ functions
Functions
78 in github.com/commial/ttd-bindings
⨍
Functions
78
◇
Types & classes
64
↓ 17 callers
Method
GetProgramCounter
TTD/TTD.cpp:26
↓ 14 callers
Method
ReplayForward
TTD/TTD.cpp:66
↓ 14 callers
Method
SetPosition
Wrapping around the vftable ****/
TTD/TTD.cpp:12
↓ 13 callers
Method
GetModuleCount
TTD/TTD.cpp:98
↓ 10 callers
Function
DumpHex
From https://gist.github.com/ccbrown/9722406
TTD/utils.cpp:4
↓ 10 callers
Method
GetPosition
TTD/TTD.cpp:82
↓ 8 callers
Method
GetModuleList
TTD/TTD.cpp:102
↓ 7 callers
Method
SetCallReturnCallback
TTD/TTD.cpp:74
↓ 6 callers
Method
AddMemoryWatchpoint
TTD/TTD.cpp:90
↓ 6 callers
Method
GetLastPosition
TTD/TTD.cpp:163
↓ 6 callers
Method
Initialize
Wrapping around the vftable ****/
TTD/TTD.cpp:147
↓ 6 callers
Method
NewCursor
TTD/TTD.cpp:171
↓ 4 callers
Method
GetFirstPosition
TTD/TTD.cpp:159
↓ 4 callers
Method
GetThreadInfo
TTD/TTD.cpp:38
↓ 4 callers
Method
QueryMemoryBuffer
TTD/TTD.cpp:55
↓ 4 callers
Function
readMemory
example_calltree/main.cpp:26
↓ 3 callers
Method
GetContextx86_64
! * \brief Get thread context, for the current one, for x86_64 target arch * \return x86_64 thread context */
TTD/TTD.hpp:475
↓ 3 callers
Method
GetExceptionEventList
TTD/TTD.cpp:248
↓ 3 callers
Method
GetModuleLoadedEventList
TTD/TTD.cpp:188
↓ 3 callers
Method
GetModuleUnloadedEventList
TTD/TTD.cpp:203
↓ 3 callers
Method
GetThreadCount
TTD/TTD.cpp:22
↓ 3 callers
Method
GetThreadCreatedEventList
TTD/TTD.cpp:218
↓ 3 callers
Method
GetThreadTerminatedEventList
TTD/TTD.cpp:233
↓ 3 callers
Method
RemoveMemoryWatchpoint
TTD/TTD.cpp:94
↓ 3 callers
Method
SetMemoryWatchpointCallback
TTD/TTD.cpp:78
↓ 3 callers
Function
getCmdOption
From https://stackoverflow.com/a/868894
example_cov/main.cpp:30
↓ 3 callers
Function
getCmdOption
From https://stackoverflow.com/a/868894
example_calltree/main.cpp:195
↓ 3 callers
Function
getCmdOption
From https://stackoverflow.com/a/868894
example_tenet/main.cpp:107
↓ 3 callers
Function
sha256_transform
FUNCTION DEFINITIONS ***********************/
TTD/sha256.cpp:44
↓ 2 callers
Method
GetExceptionEventCount
TTD/TTD.cpp:243
↓ 2 callers
Method
GetModuleLoadedEventCount
TTD/TTD.cpp:183
↓ 2 callers
Method
GetModuleUnloadedEventCount
TTD/TTD.cpp:198
↓ 2 callers
Method
GetThreadCreatedEventCount
TTD/TTD.cpp:213
↓ 2 callers
Method
GetThreadCreatedEvents
TTD/TTD.cpp:223
↓ 2 callers
Method
GetThreadTerminatedEventCount
TTD/TTD.cpp:228
↓ 2 callers
Method
ReplayBackward
TTD/TTD.cpp:70
↓ 2 callers
Function
dumpContext
example_tenet/main.cpp:41
↓ 2 callers
Function
pathToName
example_cov/main.cpp:62
↓ 2 callers
Function
takeSnapshot
example_diff/main.cpp:64
↓ 1 callers
Method
GetExceptionEvents
TTD/TTD.cpp:253
↓ 1 callers
Method
GetModuleLoadedEvents
TTD/TTD.cpp:193
↓ 1 callers
Function
GetModulePdbInfo
example_calltree/main.cpp:40
↓ 1 callers
Method
GetModuleUnloadedEvents
TTD/TTD.cpp:208
↓ 1 callers
Function
GetPdbFilePath
example_calltree/main.cpp:63
↓ 1 callers
Method
GetPebAddress
TTD/TTD.cpp:167
↓ 1 callers
Method
GetSystemInfo
TTD/TTD.cpp:151
↓ 1 callers
Method
GetThreadList
TTD/TTD.cpp:33
↓ 1 callers
Method
GetThreadTerminatedEvents
TTD/TTD.cpp:238
↓ 1 callers
Method
ReplayEngine
TTD/TTD.cpp:107
↓ 1 callers
Function
base64_encode
Based on https://stackoverflow.com/a/6782480
TTD/utils.cpp:47
↓ 1 callers
Function
cleanMemsinfo
Clean-up memsinfo */
example_tenet/main.cpp:16
↓ 1 callers
Function
extractModules
example_cov/main.cpp:45
↓ 1 callers
Function
pathToName
example_tenet/main.cpp:122
↓ 1 callers
Function
restoreSnapshot
example_diff/main.cpp:73
↓ 1 callers
Function
sha256_final
TTD/sha256.cpp:114
↓ 1 callers
Function
sha256_init
TTD/sha256.cpp:85
↓ 1 callers
Function
sha256_update
TTD/sha256.cpp:99
Method
Cursor
TTD/TTD.hpp:421
Method
GetContextx86
! * \brief Get thread context, for the current one, for x86 target arch * \return x86 thread context */
TTD/TTD.hpp:456
Method
GetCrossPlatformContext
TTD/TTD.cpp:45
Function
PYBIND11_MODULE
python-bindings/module.cpp:11
Function
callCallback
@callback_value: value passed at callback registering 2 cases: @addr_func: called function address @addr_ret: return address after the call OR @add
example_api/main.cpp:16
Function
callCallback_diff
example_diff/main.cpp:18
Function
callCallback_tree
example_calltree/main.cpp:128
Function
cmdOptionExists
example_cov/main.cpp:40
Function
cmdOptionExists
example_calltree/main.cpp:205
Function
cmdOptionExists
example_tenet/main.cpp:117
Function
main
example_cov/main.cpp:70
Function
main
example_diff/main.cpp:93
Function
main
example_api/main.cpp:39
Function
main
example_calltree/main.cpp:211
Function
main
example_tenet/main.cpp:131
Function
memCallback
example_cov/main.cpp:14
Function
memCallback
* @callback_value: value passed at callback registering * Returns TRUE to stop execution on break */
example_api/main.cpp:31
Function
memCallback
example_tenet/main.cpp:26
Method
operator <
TTD/TTD.hpp:13
Method
operator ==
TTD/TTD.hpp:37
Method
operator >
TTD/TTD.hpp:25