79199764

Date: 2024-11-18 11:35:46
Score: 0.5
Natty:
Report link

The commands were correct, it turns out I was just missing additional symbols.

I was able to work out the missing symbol file though looking at cat /proc/$(pidof <my_program>)/maps | grep xp | grep <first 5-7 characters of the missing address>

Then I loaded them in as normal

image add <missing symbol file>
target modules load --file <symbol file> .text 0x<address>
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kotosif