fix user-mode warnings 1

This commit is contained in:
Sinaei 2024-03-12 12:11:18 +09:00
parent 0a87947f77
commit 13166e0bf1
20 changed files with 25 additions and 29 deletions

View file

@ -419,7 +419,6 @@ HyperDbgIsConditionalJumpTaken(unsigned char * BufferToDisassemble,
UINT64 CurrentRip = 0;
int instr_decoded = 0;
ZydisDecodedInstruction instruction;
char buffer[256];
UINT32 MaximumInstrDecoded = 1;
if (ZydisGetVersion() != ZYDIS_VERSION)
@ -856,7 +855,6 @@ HyperDbgLengthDisassemblerEngine(
UINT64 CurrentRip = 0;
int instr_decoded = 0;
ZydisDecodedInstruction instruction;
char buffer[256];
UINT32 MaximumInstrDecoded = 1;
if (ZydisGetVersion() != ZYDIS_VERSION)