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
You would probably need to create a fake QIODevice (or whatever is the abstract of QFile) and use a file mapping backend. Once you have the section mapping open you can close the file handle and things will work fine.
The text was updated successfully, but these errors were encountered:
Fix in x64dbg: x64dbg/x64dbg#3234
Reproduction code (you need to run it on an x64dbg with the fix above, otherwise it triggers anyway):
You would probably need to create a fake
QIODevice
(or whatever is the abstract ofQFile
) and use a file mapping backend. Once you have the section mapping open you can close the file handle and things will work fine.The text was updated successfully, but these errors were encountered: