updated PE size

This commit is contained in:
ALittlePatate
2023-05-09 15:19:28 +02:00
committed by GitHub
parent 86b36ae5c1
commit 54ee7ab902

View File

@@ -1,6 +1,6 @@
# pasm
PASM is a Scripting language that i made for fun with a few constraints :
- the interpreter should be as small as possible and written without the CRT (currently 13ko WITH CRT)
- the interpreter should be as small as possible and written without the CRT (currently 33ko WITH CRT)
- the language should be able to call Windows API's
PASM is meant for being used in C2 agents as its interpreter is small.