mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-26 20:34:31 +00:00
* Pass resource by const pointer instead of value Found/Suggested by LGTM: This parameter of type resource is 128 bytes - consider passing a const pointer/reference instead. * Fix pepy * resource by reference * Change other iter* functions to be consistent pass by const reference