hasherezade / pe-bear

Portable Executable reversing tool with a friendly GUI
https://hshrzd.wordpress.com/pe-bear/
GNU General Public License v2.0
2.64k stars 161 forks source link

GuardCFFunctionTable bug #32

Closed MisakaRay2021 closed 10 months ago

MisakaRay2021 commented 1 year ago

I checked the issue history and found that this bug has been fixed, but it seems that it has not been completely fixed. The length of metadata should be determined according to GuardFlags image

MisakaRay2021 commented 1 year ago

Previous issue: https://github.com/hasherezade/pe-bear-releases/issues/11 About metadata: https://learn.microsoft.com/en-us/windows/win32/secbp/pe-metadata

hasherezade commented 1 year ago

hi @MisakaRay2021 ! Thanks for reporting! I reproduced it and it will be fixed soon.

hasherezade commented 1 year ago

@MisakaRay2021 - please check the latest builds: https://ci.appveyor.com/project/hasherezade/pe-bear/build/job/aumfbo7v3e91oea6/artifacts and let me know if it is ok.

MisakaRay2021 commented 1 year ago

@MisakaRay2021 - please check the latest builds: https://ci.appveyor.com/project/hasherezade/pe-bear/build/job/aumfbo7v3e91oea6/artifacts and let me know if it is ok.

It worked! image

hasherezade commented 1 year ago

great, thanks for your contribution in making PE-bear better :)