Skip to content

Commit

Permalink
fix: correct offset for return value in gadget search
Browse files Browse the repository at this point in the history
  • Loading branch information
f1zm0 committed Apr 11, 2023
1 parent 011fe8d commit 8de5eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resolver/rvasort/asm64.s
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ nope:
not_found:
// returning nullptr
XORQ AX, AX
MOVQ AX, ret+0(FP)
MOVQ AX, ret+8(FP)
RET

0 comments on commit 8de5eec

Please sign in to comment.