mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-10 01:29:59 +00:00
add support to disassembler (u) and read memory
This commit is contained in:
parent
81ed0a755c
commit
adc30fd3f3
5 changed files with 68 additions and 62 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue