hasherezade/pe-bear

Not working import/export table editor

UnrealKaraulov opened this issue · 3 comments

I tried to rename names, but table is broken after any changes (if name bigger then default)

Hello! This is not a bug in PE-bear. When you are editing a name, you are changing the content at predefined RVA in the file. So you are using a slot that is limited. If you try to put there a name that is longer than the original, it will start overlapping some other field, making it broken.
In some cases it is possible to redirect the name RVA into some other, empty area within the file, and this removes such limitation.

@hasherezade possible to add limit for name length or auto move to new area?

I will add a limit since the next release