-
Notifications
You must be signed in to change notification settings - Fork 76
Debug symbols
Mayur Pawashe edited this page Feb 9, 2019
·
2 revisions
- debug.findSymbol(symbolName)
- debug.findSymbol(symbolName, symbolOwner)
Finds the first symbol matching symbolName and returns a corresponding memory address to it. If symbolOwner is provided, the search will be restricted to it. symbolOwner is an executable name like in the vm.base function.
if the symbolName could not be found, None is returned.
- debug.symbolAt(memoryAddress)
Returns the debug symbol located at memoryAddress.
If no debug symbol is found, None is returned.
Searching
- Introduction to Searching
- Data Types
- Storing All Values
- Pointers
- Search Windows
- Pausing Targets
- Web Games
Memory
Debugging
Scripting