mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-22 06:54:42 +00:00
fix user-mode warnings 1
This commit is contained in:
parent
0a87947f77
commit
13166e0bf1
20 changed files with 25 additions and 29 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue