Files
Arpad Borsos 03ebec7fc2 fix: Rewrite the Linux module finder (#431)
It now works in memory, without requiring to mmap the libraries again,
which should make it work correctly on android when loading libraries
directly from apk or appbundle files.

The new code will keep track of readable memory maps and will
translate read requests based on the offset of those memory maps,
making sure that we actually can read whatever we are trying to read.
2021-04-09 14:49:47 +02:00
..
2021-03-26 10:11:14 +01:00
2020-11-09 12:41:42 +01:00