mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-11 01:25:35 +00:00
save and load settings from config.ini file
This commit is contained in:
parent
db4986beb7
commit
cf71dfaf79
9 changed files with 311 additions and 118 deletions
|
|
@ -218,7 +218,7 @@ DisassembleBuffer(ZydisDecoder * decoder,
|
|||
//
|
||||
// Get the result of conditional jump, we re-format the instruction
|
||||
// here because the user might have changed the configuration of zydis
|
||||
// using .settings command so it's better to re-format with default
|
||||
// using the "settings" command so it's better to re-format with default
|
||||
// configuration
|
||||
//
|
||||
RFLAGS TempRflags = {0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue