Kurapica Posted April 30, 2016 Posted April 30, 2016 This error pops up when I click some DLL in the symbols window or when using the "Search for inter-modular calls" for the same DLL After that, x64dbg crashes. Is this an anti-debug trick or a bug in x64dbg ? 1
mrexodia Posted April 30, 2016 Posted April 30, 2016 It works fine for me. Could you provide more details? Exact snapshot you used? Path of the DLL? x32dbg or x64dbg? What OS are you on? Can you reproduce it on a VM? However most likely it's a bug in x64dbg. There are symbols available, if you JIT after the crash it should give you an address/file+line in WinDbg (or a version of x64dbg that doesn't crash).
Kurapica Posted April 30, 2016 Author Posted April 30, 2016 Snapshot : 25 April 016 x64dbg not x32 OS : Windows 7 64 with SP1 The DLL which produces this bug is attached. simply throw it in x64dbg and break on its EP. go to the symbols window and click the DLL in the list. Corona_Release.rar
_pusher_ Posted April 30, 2016 Posted April 30, 2016 I see another bug though, but still trying to recreate the bug you mentioned. The bug i found is: load the dll. goto symbols. hit restart, goto [CPU] disassembler window - nothing there
Kurapica Posted May 1, 2016 Author Posted May 1, 2016 To reproduce the bug. Just activate the event of "DLL Load" and throw the DLL in the debugger. Press "Run" until you see that DLL loaded in the list. Now If you click the DLL in the list the bug will happen and also the "Search for inter-modular calls" function will produce a bug for the same DLL.
mrexodia Posted May 1, 2016 Posted May 1, 2016 (edited) Good job, you found the crash I predicted https://github.com/x64dbg/x64dbg/issues/580 EDIT: should be fixed now. There was a buffer size problem. Edited May 1, 2016 by Mr. eXoDia 2
msi Posted May 2, 2016 Posted May 2, 2016 Thanks Mr. eXoDia! On "DLL Load" it finds 3317 calls, but if search again when EP is reached it gets crashed after 16527 calls.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now