-
Hello. Did you planning for future add object format’s for osx and win64 (intel)? With respect for tinycc: he didn’t generate macos executable. Portable c compiler also not supported this platform. Bu…
-
I've tried running `steg86 profile` against several EXEs and DLLs, both PE32 and PE32+, and every time, it has produced an error like this:
```
Fatal: encountered an invalid instruction at text of…
-
I got a PE32+ binary with baddr = 0x0 which is not "messed up".
I see no reason to set this to 0x10000
```
rz-bin -H myfile
paddr name vaddr commen…
-
I'm trying your library but unfortunately it doesn't work for 64bit executables.
I'm testing it directly on Visual Studio cl.exe available for different platforms. But any amd64 executable doesn't …
-
-
I did a search for the bytes that ImageVerificationHandler uses but it does not exist within the file. I tried extracting some other PE32 image sections from the bios but I cant find ImageVerification…
-
If a UEFI PE32 module is built position-independent, Ghidra loads it at 0x10000. When it searches for global assignments, it finds the `SystemTable->BootServices`, which in almost every case is somewh…
zznop updated
3 years ago
-
Some of the dlls in the 64 bit distribution of OpenModelica are in fact 32 bit ones.
Many ways of "reproducing" the problem, easiest perhaps is to go to `C:\ProgramFiles\OpenModelica1.21.0-64bit\li…
-
Hello,
I have build a DLL as a PE32+ executable (64Bit).
With pefile in Python I read the ImageBase with `pe.OPTIONAL_HEADER.ImageBase`. The result in hex format is `0x180000000`.
But when I use a…
-
right now, the W64 installer is a 32bit application (`PE32`).
i wonder why it is not a 64bit application `PE32+`?
it should be as simple as adding something like:
```nsis
!if ${ARCHI} == "64"
…