angr/angr

Sections relocation in object files

Open

#4639 aperta il 16 mag 2024

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Python (1031 fork)batch import
enhancementgood first issuehelp wanted

Metriche repository

Star
 (6947 star)
Metriche merge PR
 (Merge medio 23h 17m) (98 PR mergiate in 30 g)

Descrizione

Question

I have a binary that have a problem in its ELF headers, this is creating problem while loading the file. The things is I use ghidra to check some interesting address an try to reach them with the simulation manager in angr, due to the absence of elf headers, the address that I found into ghidra does not match anything in the project loaded by angr. Is there a way to remap the sections to be consistent with the memory map I have in ghidra ?

This is the memory map in ghidra image

this is the sections in angr: image

Guida contributor