snare/ida-efiutils

.rdata segment support missing in te_loader.py

Piker-Alpha opened this issue · 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?

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.