From f172ff7422d85ba236418b4b6845839d9fb52962 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 23 Jun 2021 23:34:12 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c4e698..da119f4 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ LLOIFF is an intermediate file format which exists only in memory. This format i 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. + +# What LLOIFF Needs To Provide + +LLOIFF needs to provide a clean C++2017 interfacable class that contains all information possible about a given file. This information includes: symbols, sections, original file, size, virtual size, etc...