Implement XT executable subsystems to LLVM #1
Labels
No Label
API CHANGE
BUG
DUPLICATE
ENHANCEMENT
HELP WANTED
IDEA
INVALID
MODDING
QUESTION
REFACTORING
SYNC
TRANSLATION
UPSTREAM
WONTFIX
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: xt-sys/xtchain#1
Loading…
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
).