hasherezade / libpeconv

A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl
https://hasherezade.github.io/libpeconv
BSD 2-Clause "Simplified" License
1.07k stars 176 forks source link

A function code contains local variables which are not used anywhere #15

Closed ghost closed 4 years ago

ghost commented 4 years ago

Aren't you tired of me yet? ;)

In exports_mapper.cpp, ExportsMapper::add_to_lookup:

std::map<DWORD, char*> rva_to_name;

In fix_imports.cpp, size_t map_addresses_to_functions:

std::set currDllNames;