Skip to content

Commit

Permalink
fix ud behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
NaC-L committed Feb 4, 2025
1 parent 99a37c0 commit 34ad67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifter/lifter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void asm_to_zydis_to_lift(ZyanU8* data) {
outs() << "next lifter instance\n";

delete lifter;
continue;
break;
}

offset += lifter->instruction.length;
Expand Down

0 comments on commit 34ad67f

Please sign in to comment.