Skip to content

Version 0.0.1 RC 1

Latest
Compare
Choose a tag to compare
@paule32 paule32 released this 13 Oct 08:36
· 95 commits to main since this release
89ea58f

A dll and exe cutable for Windows 10/11 64-Bit
created with the Tools of MSYS2 and FPC 3.2+

The files comes in two variants:

  • 1x normal dll (not packed)
  • 1x noemal exe (not packed)
    and:
  • 1x upx dll (packed)
  • 1x upx exe (packed)

UPX is the ultimate EXE/DLL packer that can be download and use free of charge.
It can be throw a exception from the Anti-Virus-Application, because UPX write dirty PE-Image Header.
But this is a deal with the packing bytes of the binary image.
There is not a Trojan - only a check of proper PE-Headers.

The packed files consume 12 KB ( 12.000 Bytes )

  • 1x packed dll ( 9.000 Bytes )
  • 1x packed exe ( 3.000 Bytes )

stay tuned and follow the process ...