You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Describe the bug
I am trying to emulate one of the windows binary that calls Kernerl32!MapViewOfFile. I see that there is a hook already implemented in os/windows/dlls/kernel32/fileapi.py.
While emulating the PE , it throws an exception and come out .
*Describe the bug
I am trying to emulate one of the windows binary that calls Kernerl32!MapViewOfFile. I see that there is a hook already implemented in os/windows/dlls/kernel32/fileapi.py.
While emulating the PE , it throws an exception and come out .
Sample Code
Expected behavior
Error thrown is at line 602 within fileapi.py..It should return the new address of where the file is mapped in the memory.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: