Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working import/export table editor #51

Open
UnrealKaraulov opened this issue May 1, 2024 · 3 comments
Open

Not working import/export table editor #51

UnrealKaraulov opened this issue May 1, 2024 · 3 comments

Comments

@UnrealKaraulov
Copy link

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

@hasherezade
Copy link
Owner

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.

@UnrealKaraulov
Copy link
Author

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

@hasherezade
Copy link
Owner

I will add a limit since the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants