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
chore(pe): Replace standard library PE parser with saferwall parser (#161)
* use saferwall/pe package for PE introspection
* avoid returning lang id, introduce just string sanity check. Expand test cases and other minor adjustments
* introduce VA (Virtual Address) region area reading and `ParseMem` function for fetching remote PE
* introduce ParseMem tests and small adjustments
* VA region tests, upgrade saferwall/pe and set up options for directory parsing
* document structures/functions
* update the stats structure with new expvar metrics
* address lint warnings and adjust tests
* fix lint warnings in tests
0 commit comments