You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description:
Rotating ILs whenever selection is in an inlined area of code causes the view to navigate to the first function in binary
Steps To Reproduce:
Open a recent arm64 Objective-C binary. /System/Applications/Calculator.app/Contents/MacOS/Calculator is applicable
Navigate to an obj-c function, e.g. -[LCDController awakeFromNib] in HLIL
With the first line selected (or any line that has an address not within this function), rotate ILs with the I hotkey
observe navigation to the first function in the binary
Expected Behavior:
Ideally, this should modify the selection to be of the function header, meaning pressing I 4 times to cycle back to HLIL leaves you in almost the same place.
A different approach would be to move the selection to the inlined function. I don't think this is what behavior would be expected, though.
Screenshots/Video Recording:
If applicable, please add screenshots/video recording here to help explain your problem.
Version and Platform (required):
Bug Description:
Rotating ILs whenever selection is in an inlined area of code causes the view to navigate to the first function in binary
Steps To Reproduce:
/System/Applications/Calculator.app/Contents/MacOS/Calculator
is applicable-[LCDController awakeFromNib]
in HLILI
hotkeyExpected Behavior:
Ideally, this should modify the selection to be of the function header, meaning pressing
I
4 times to cycle back to HLIL leaves you in almost the same place.A different approach would be to move the selection to the inlined function. I don't think this is what behavior would be expected, though.
Screenshots/Video Recording:
If applicable, please add screenshots/video recording here to help explain your problem.
Binary:
Calculator.zip
The text was updated successfully, but these errors were encountered: