-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enhancemement: Hide and/or bookmark sections #46
Comments
Hi Pharaoh2k, Have you tried enabling the "Write hidden section conf" feature in the options?
Thank you. |
Ahh, that's great, I had it enabled but didn't realize I could edit the file to change values from True to False and make them no longer show up on the list. :)
This way, we can scan the entire process for byte > 0, which will only leave sections that contain data selected, then we can invert the selection by selecting "Invert hidden-sections selection" to select only hidden sections that are empty and finally we can disable (set them to False) in the config by just choosing "Disable selected hidden sections" option and then we can refresh the process and the empty hidden sections will no longer be displayed. By the way, this is completely unrelated, but I suggest you rename these: They are both under the Section View category, so it's unnecessary to repeat "Section View" in their name. |
An additional feature that may be very handy is something named like "Full Process Hidden Section Analysis" button or action, which will automatically do all of the following:
And an extra handy feature can be "Reset/Re-enable all disabled hidden sections" |
And one last feature suggestion: |
In version 1.0.2.6, features like "Invert checked Hidden" and "Disable checked Hidden" have been added. |
Hi Avan,
I got a scenario of scanning a game with many "hidden sections".
For my initial scan, I used a byte scan greater than zero to check which section had actual data.
The remaining selected sections (obviously) contained data, while the others were useless (all zeroes).
Then I took a screenshot that should remind me which sections to manually select later on when I need to scan:
What I am looking for is a way to bookmark those sections and/or hide the useless hidden sections that I no longer wish to see/scan and then easily select and auto-select them.
Maybe you'll come up with additional and/or other efficient solutions/ideas. :)
The text was updated successfully, but these errors were encountered: