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
Added a check to the process_pe_resources function
Issue existed with how the process_pe_resources function handles lief.lief_errors when processing version information, which could lead to an AttributeErrors. Fixed it by adding a check to ensure version_info is not a lief.lief_errors object before trying to access its attributes.
Signed-off-by: Tune <67398331+to-curiosity@users.noreply.github.com>
0 commit comments