lifting-bits / vmill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figure out if the offset passed to mmap is relative to the current file position, or the start of the file

pgoodman opened this issue · comments

And if so, update MM.cpp accordingly.

If so, experiment with negative offsets, and whether or not they are correctly sign-extended from the code that reads in the syscall arguments.