ida-efiutils icon indicating copy to clipboard operation
ida-efiutils copied to clipboard

.rdata segment support missing in te_loader.py

Open Piker-Alpha opened this issue 12 years ago • 1 comments

te_loader.py is missing at least one crucial segment, being .rdata (Read-only initialized data). Are you planning to add support for it some day soon?

Piker-Alpha avatar Dec 26 '12 18:12 Piker-Alpha

Some time, but I'm on holidays at the moment. I wrote it to disassemble one particular executable, which didn't have a .rdata segment. I'll add it in at some point.

You should just be able to add b".rdata\0\0": "DATA" to the SECTION_CLASSES hash.

snare avatar Dec 30 '12 03:12 snare