Skip to content

Commit

Permalink
hiiiiiiiiiiiiiiii
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyAG authored Sep 27, 2024
1 parent 0c84091 commit 14ff098
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();
status = currentFunc.getName() + " + 0x" + Long.toHexString(offset);
}
}
Expand Down

0 comments on commit 14ff098

Please # to comment.