@ -8,3 +8,35 @@ There can be multiple LLOIFF's at a given time, just as there can be multiple OB
# 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...
### LLOIFF Symbol Class
The LLOIFF symbol class is the base class for all symbol types. Such information as the original rva, symbol size, and symbol hash with setters and getters must be made. Something along these lines: