|
While i analyze some binary(Aarch64, ELF) i encountered 'Unresolved Stack Pointer Value' like below image: For fix this, i found some videos and it tolds me change to LLIL view and put your cursor on The logic is not complicated to me but i don't know how can i fix this error to correct SP.
2 and 3 is repeated until x12 and sp has same value so final sp is indicate Let me know is my analysis wrong or any option for fix this error. thanks. |
Answered by
plafosse
Sep 3, 2024
Replies: 1 comment 1 reply
|
Two other options are to set the variable value after the loop or to patch the program so as to remove the loop. |
1 reply
Answer selected by
juuun0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Two other options are to set the variable value after the loop or to patch the program so as to remove the loop.