Erwan Grelet
Erwan Grelet
Hi! Yeah this part of the process is tricky. As stated in the comment, the hashing relies on pretty empirical heuristics. Do you have examples of imports that collide with...
Oh `ntdll.dll` imports, I see yeah, that's a bit unusual for a PE but we should clearly handle that case properly. 👍
The issue should now be fixed on `master`!
Exactly. I was leaning towards the second solution honestly, mainly because it can be implemented with a simple O(n) algorithm, whereas the first solution would be more complex and computation...
Yes I'm sorry, that wasn't clear, and I realize I assumed something that was untrue in my previous message. So, starting fresh (ignoring what I previously said), I believe we...
> Yes, thank you. Much clearer now. > > IMHO, if we keep the UI / Console output as is (no reordering) then no clutter (due to us reordering /...
Oh thanks a lot! That's motivating 🙏 Very cool content by the way, thanks for your videos 👍
Well it seems that it could be implemented with a low performance impact so all outputs are reconstructed in a compiler-friendly way when dependency reconstruction is enabled!
@alexrp Thanks for the detailed and nicely written write-ups, these are good resources to start solving this issue 👍 The executable in question is complex enough to give a good...
This is actually not possible as types aren't associated to modules. Modules are associated with compiled "objects" such as functions/procedures. It's still interesting to be able to browse procedures per...