From 8bb0990a94720719e5acddb41059ad7299ed36a3 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 23 Jun 2021 23:32:50 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0bfda7f..1c4e698 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # LLOIFF - Low Level Obfuscation Intermediate File Format +LLOIFF is an intermediate file format which exists only in memory. This format is generated by stage 1 of LLO. The design of this intermediate file format must be robust enough that it can handle file formats of all types +lifted to it. For example, PE-COFF (COFF meaning: including OBJ files), ELF, etc. + +There can be multiple LLOIFF's at a given time, just as there can be multiple OBJ files in a LIB.