pe-bear icon indicating copy to clipboard operation
pe-bear copied to clipboard

Not working import/export table editor

Open UnrealKaraulov opened this issue 1 year ago • 3 comments

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

UnrealKaraulov avatar May 01 '24 08:05 UnrealKaraulov

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 avatar May 01 '24 19:05 hasherezade

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

UnrealKaraulov avatar May 02 '24 16:05 UnrealKaraulov

I will add a limit since the next release

hasherezade avatar May 16 '24 10:05 hasherezade