1
0
mirror of https://github.com/UzixLS/KernelEx.git synced 2025-07-19 07:21:20 +03:00

import KernelEx-4.5.2

This commit is contained in:
UzixLS
2018-11-03 16:24:01 +03:00
parent 2948e23961
commit 37f6b55f9e
54 changed files with 2142 additions and 1505 deletions

View File

@ -552,7 +552,7 @@ void ApiConfiguration::dump()
api_tables[i].named_apis[j].address);
printf("Unnamed apis (count = %d)\n", api_tables[i].unnamed_apis_count);
for (int j = 0 ; j < api_tables[i].unnamed_apis_count ; j++)
printf("\t%-5d %08x\n", j, api_tables[i].unnamed_apis[j]);
printf("\t%-5d %08x\n", j + 1, api_tables[i].unnamed_apis[j]);
printf("\n");
}
printf("\n");