add support to disassembler (u) and read memory

This commit is contained in:
SinaKarvandi 2020-04-27 12:33:24 -07:00
parent 81ed0a755c
commit adc30fd3f3
5 changed files with 68 additions and 62 deletions

View file

@ -44,6 +44,9 @@ extern "C"
*/
int main()
{
//
// Put to ease the test, it will be removed
//
if (HyperdbgInstallDriver()) {
return 1;
}
@ -52,6 +55,8 @@ int main()
return 1;
}
// ---------------------------------------------------------
bool ExitFromDebugger = false;