You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, any modifications in sections are treated as patches. Hovewer, sometimes the modified section is not patched, but fully unpacked from the memory. Example:
Before:
After:
Currently, the content of such section is compared with an empty region. It generates a lot of noise, i.e.:
How it should be
Sections that are fully unpacked in the memory should not be treated the same as patched. No tags should be generated for them, and they should be marked as unpacked.
The text was updated successfully, but these errors were encountered:
The code scan for the above test case, after the introduced changes:
The same code scan can show also patches (if other code sections were patched), i.e.:
Test case
How it is:
Currently, any modifications in sections are treated as patches. Hovewer, sometimes the modified section is not patched, but fully unpacked from the memory. Example:
Before:
After:
Currently, the content of such section is compared with an empty region. It generates a lot of noise, i.e.:
How it should be
Sections that are fully unpacked in the memory should not be treated the same as patched. No tags should be generated for them, and they should be marked as unpacked.
The text was updated successfully, but these errors were encountered: