mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-05-08 01:29:34 +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