mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Dump LoadLibraryA argument
This commit is contained in:
@@ -176,7 +176,9 @@ namespace
|
||||
|
||||
void handle_function_details(const analysis_context& c, const std::string_view function)
|
||||
{
|
||||
if (function == "GetEnvironmentVariableA" || function == "ExpandEnvironmentStringsA")
|
||||
if (function == "GetEnvironmentVariableA" //
|
||||
|| function == "ExpandEnvironmentStringsA" //
|
||||
|| function == "LoadLibraryA")
|
||||
{
|
||||
print_arg_as_string(*c.win_emu, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user