tools
tools copied to clipboard
Hyperion compilation on Windows
Hello,
Thanks for the cool tools. We recently tried to compile Hyperion under Windows but ran into problems:
C:\Users\John\Desktop>c:\projects\tools\binary\hyperion\hyperion.exe -v c:\Windows\System32\calc.exe c:\Windows\Temp\mycalc.exe
-------------------------------
| Stage 1: Analyzing input file |
-------------------------------
Opening c:\Windows\System32\calc.exe
Successfully copied file to memory location: 0xe42778
Found valid MZ signature
Found pointer to PE Header: 0xe8
Found valid PE signature
Found 32 bit binary
Image base is 0x400000
Image size is 0xa000
Found gui flag in binary
-------------------------------
| Stage 2: Generating ASM files |
-------------------------------
Could not open Src\Container\32\main_prolog.inc
Could not write include file Src\Container\32\main_prolog.inc
We use mingw to compile, this went smoothly, but apparently some things are missing there. Any idea why?