Implement XT executable subsystems to LLVM #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PE-COFF header contains information about subsystem that is required to run image. XT specifies its own subsystems as follows:
A patch should be prepared for LLVM to allow producing XT applications. Before that IDs should be verified.
ExeTool has been implemented as a quick workaround for this ticket. It allows to change subsystem of any PE binary. This small utility is a part of XTCHain (
5684623164
).