From b9c4927f013c89d488c72798f5897d937066ac20 Mon Sep 17 00:00:00 2001 From: ALittlePatate <48603993+ALittlePatate@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:49:50 +0200 Subject: [PATCH] docs update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8511fa6..a110851 100644 --- a/README.md +++ b/README.md @@ -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 17ko 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. @@ -14,7 +14,6 @@ PASM is in a working state, the [keylogger example](#code-examples) works like a TODO : - code refactor (still bad practices) - get rid of the CRT (so we can get a smaller PE) -- write the docs # Documentation The documentation is available [here](https://github.com/ALittlePatate/pasm/blob/main/docs/documentation.md), it *should* cover everything you have to know before writing scripts.