mirror of
https://github.com/decompals/wibo.git
synced 2025-12-16 08:27:07 +00:00
wip
This commit is contained in:
@@ -139,7 +139,7 @@ bool wibo::Executable::loadPE(FILE *file) {
|
||||
printf("Image Base: %x / Size: %x\n", header32.imageBase, header32.sizeOfImage);
|
||||
|
||||
long pageSize = sysconf(_SC_PAGE_SIZE);
|
||||
printf("Page size: %x\n", pageSize);
|
||||
printf("Page size: %x\n", (unsigned int)pageSize);
|
||||
|
||||
// Build buffer
|
||||
imageSize = header32.sizeOfImage;
|
||||
|
||||
Reference in New Issue
Block a user