Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lebr0nli committed Aug 13, 2023
1 parent 542324d commit 927df0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/one_gadget/emulators/x86.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def inst_mov(dst, src)
dst = arg_to_lambda(dst)
add_writable(dst.to_s)
# TODO: Is it possible that only considering sp and bp is not enough?
# If it is, we need to document every memory access
# If it is, we need to record every memory access
stack = get_corresponding_stack(dst)
return if stack.nil? || dst.deref_count != 1

Expand Down

0 comments on commit 927df0b

Please sign in to comment.