SYMBOL INDEX (38 symbols across 9 files) FILE: IDA_plugin/param_enum.py function replace_pushed_int (line 10) | def replace_pushed_int(function_ea, target_push_n, target_enum_name, bef... FILE: pin-unpacker/IAT.cpp function IAT_add_library (line 9) | void IAT_add_library(IAT_table& table, char* DLL_Name, ADDRINT LoadLibra... function IAT_add_function (line 17) | void IAT_add_function(IAT_table& table, char* DLL_Name, char* function_n... function IAT_print (line 28) | void IAT_print(const IAT_table& table, std::ostream* out) function IAT_json_save (line 41) | void IAT_json_save(const IAT_table& table, const std::string& path) FILE: pin-unpacker/IAT.h type IAT_Func_entry (line 8) | struct IAT_Func_entry { type IAT_DLL_entry (line 14) | struct IAT_DLL_entry { type std (line 19) | typedef std::map