Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyAG authored Sep 16, 2024
1 parent 71c2f3f commit ad217c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private void updatePresenceInfo() {
if (functionManager != null) {
Function currentFunc = functionManager.getFunctionContaining(currentAddress);
if (currentFunc != null) {
long offset = this.currentLocation.getAddress().getOffset();
long offset = this.currentLocation.getAddress().getOffset() - currentFunc.getEntryPoint().getOffset(); // hi <3
status = currentFunc.getName() + " + 0x" + Long.toHexString(offset);
}
}
Expand Down

0 comments on commit ad217c5

Please # to comment.