Update README.md

master
_xeroxz 3 years ago
parent 8bb0990a94
commit f172ff7422

@ -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...

Loading…
Cancel
Save