save and load settings from config.ini file

This commit is contained in:
SinaKarvandi 2022-07-19 07:28:50 -07:00
parent db4986beb7
commit cf71dfaf79
9 changed files with 311 additions and 118 deletions

View file

@ -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};