More syscalls

This commit is contained in:
momo5502
2024-09-10 12:43:56 +02:00
parent c4164f460a
commit 920bc9dec6
2 changed files with 32 additions and 13 deletions

View File

@@ -30,7 +30,7 @@
#define GDT_LIMIT 0x1000
#define GDT_ENTRY_SIZE 0x8
bool use_gdb = true;
bool use_gdb = false;
namespace
{
@@ -591,7 +591,7 @@ namespace
const auto* binary = context.module_manager.find_by_address(address);
if (binary && binary->name != "ntdll.dll")
if (binary)
{
const auto export_entry = binary->address_names.find(address);
if (export_entry != binary->address_names.end())