Created
July 10, 2017 00:54
-
-
Save nmulasmajic/e3028d3775614fc22e44509212937e26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python>help(SendDbgCommand) | |
Help on function SendDbgCommand in module idc: | |
SendDbgCommand(cmd) | |
Sends a command to the debugger module and returns the output string. | |
An exception will be raised if the debugger is not running or the current debugger does not export | |
the 'SendDbgCommand' IDC command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment