Skip to content

liblain v1.0.2 - Low address mappings support

Latest
Compare
Choose a tag to compare
@vykt vykt released this 28 Oct 04:44
· 1 commit to main since this release

This update allows liblain to correctly handle memory mappings at low addresses.

  • Memory mapped regions that specify a low address together with MAP_FIXED will now be correctly processed. They will be adopted by a pseudo object at 0x0.
  • Minor bug fixes.