-
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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
Two other options are to set the variable value after the loop or to patch the program so as to remove the loop.