8000 Tags · alexfru/SmallerC · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alexfru/SmallerC

Tags

v1.0.2+dos.win.b120a9c

Toggle v1.0.2+dos.win.b120a9c's commit message
Issue #51: extend MZ header to 64 bytes

This lets one append an NE, LE, PE, etc executable to the DOS
executable and set the dword at offset 0x3C of the header
to point to it, thus making a fat executable containing a DOS
part/stub and a part for some other OS/purpoose.

Or one can simply store additional data in the header if desired.

Note, the DPMI stub does not depend on nor utilizes this
mechanism to locate the appended 32-bit protected mode part.

v1.0.1+dos.win.1ab15c7

Toggle v1.0.1+dos.win.1ab15c7's commit message
Put import data into .idata PE section

virustotal false positives before the change:
smlrcc.exe 16/68
smlrpp.exe 10/68
smlrc.exe 30/68
smlrl.exe 25/68
n2f.exe 22/68

virustotal false positives after the change:
smlrcc.exe 9/67
smlrpp.exe 10/67
smlrc.exe 25/68
smlrl.exe 11/67
n2f.exe 8/67

v1.0.0+dos.win.2a18041

Toggle v1.0.0+dos.win.2a18041's commit message
Remove support for TR3200, update documentation.

- The Trillek project seems to be dead.
- MacOS X 10.15 "Catalina" and newer won't run 32-bit programs.
0