Dump LoadLibraryA argument

This commit is contained in:
momo5502
2025-09-13 10:31:19 +02:00
parent a895de1a16
commit 3a55236fdf

View File

@@ -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);
}