Once I defined the stack variables for a function, I can no longer copy or see the proper dissasembly.
Take this line it shows “L” variable instead of real dissasembly code. Any chance to quickly switch between these two?
mov eax, [ebp+L]
Once I defined the stack variables for a function, I can no longer copy or see the proper dissasembly.
Take this line it shows “L” variable instead of real dissasembly code. Any chance to quickly switch between these two?
mov eax, [ebp+L]
Click on [ebp+L] and click K to toggle between hex offset and stack variable name.
Thanks but when i select multiple lines it starts to get confusing./