Getting the value of data #3888
Answered
by
chiffreKing
chiffreKing
asked this question in
Q&A
-
Hello guys, is it somehow possible to access the red marked data in the following picture to get the value "20000088"? I know it is not in memory but is there a way? I really only need the value "20000088". Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
chiffreKing
Jan 20, 2022
Replies: 1 comment
-
Nvm solved the problem. For someone who is interested:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chiffreKing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nvm solved the problem. For someone who is interested:
instr = getInstructionAt(currentAddress) data = instr.getAddress(1)