mirror of
https://github.com/HyperDbg/HyperDbg
synced 2026-08-15 06:29:09 -04:00
fix warnings 4
This commit is contained in:
parent
7e9483e9cc
commit
fb4b4f2c3d
33 changed files with 140 additions and 112 deletions
|
|
@ -360,7 +360,7 @@ ScriptEngineEvalWrapper(PGUEST_REGS GuestRegs,
|
|||
|
||||
if (CodeBuffer->Message == NULL)
|
||||
{
|
||||
for (int i = 0; i < CodeBuffer->Pointer;)
|
||||
for (UINT64 i = 0; i < CodeBuffer->Pointer;)
|
||||
{
|
||||
//
|
||||
// Fill the action buffer but as we're in user-mode here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue