Add a feature for mapping real files into the symbolic filesystem #115
Labels
env/emulation
Everything related to emulation of the environment (file system, syscalls, library emulation, ...)
Good first issue
Good issue to get started and contribute to Maat
refactoring
Code refactoring & restructuration
Maat's loader has some code to map a real file from the host computer to the virtual symbolic filesystem:
maat/src/loader/loader_lief_elf.cpp
Lines 604 to 613 in edd4e71
We should definitely allow to do this automatically from a simple method, as part of the
FileSystem
API. For exampleFileSystem::add_real_file(/path/to/real/file, /path/in/virtual/fs)
. The method must also be exposed in the python bindings.This feature is required by #93 (comment)
The text was updated successfully, but these errors were encountered: