mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
only export executable name, not full cmdline specified path in converter
This commit is contained in:
@@ -2755,7 +2755,7 @@ p2r_convert(Arena *arena, P2R_User2Convert *in)
|
|||||||
RDIM_TopLevelInfo top_level_info = {0};
|
RDIM_TopLevelInfo top_level_info = {0};
|
||||||
{
|
{
|
||||||
top_level_info.arch = arch;
|
top_level_info.arch = arch;
|
||||||
top_level_info.exe_name = in->input_exe_name;
|
top_level_info.exe_name = str8_skip_last_slash(in->input_exe_name);
|
||||||
top_level_info.exe_hash = exe_hash;
|
top_level_info.exe_hash = exe_hash;
|
||||||
top_level_info.voff_max = exe_voff_max;
|
top_level_info.voff_max = exe_voff_max;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user