banan-os/LibELF
Bananymous 06af9f3187 LibELF: Optimize LoadableELF::clone() memory usage
We only clone mapped pages that have been marked as writeble.
Read/execute only pages will be exactly as in the file itself and
can be demand paged also :D
2023-09-29 02:05:12 +03:00
..
LibELF LibELF: Optimize LoadableELF::clone() memory usage 2023-09-29 02:05:12 +03:00
include/LibELF LibELF: Implement new ELF structure 2023-09-29 01:58:03 +03:00
CMakeLists.txt BuildSystem: use -a with rsync 2023-08-28 11:38:17 +03:00