Results 40 comments of lucasg

Thx for the PR, I've looked at the code and it's look good to me. However, I want to own an arm64 device myself before merging this PR since I...

@photoniker : I've pushed a commit which propagate child module errors to the parent in the tree view : https://github.com/lucasg/Dependencies/commit/ce00db193612675b2edebe654431ad119e5fa971 ![image](https://user-images.githubusercontent.com/2520861/101993207-12fb2f80-3cb9-11eb-9362-ca5334a810bf.png) (red means "module has errors", orange means "module was...

Yep, the `BinaryCache` component is pretty iffy, and was written before explicit refresh was a feature. For performance reasons, I try to reload from disk only when needed, but there...

I've released a new version of Dependencies : https://github.com/lucasg/Dependencies/releases/download/v1.11/Dependencies_x64_Release.zip Can you test it with it, and tell me if the bug is still present ?

The GUI has three big performances improvments over the CLI version which makes it way more "responsive" : * a `BinaryCache`, the GUI keeps open every `PE` file parsed in...

I'm not a big fan of abbreviated names, characters are free and we should use it. I agree it should have a autocompletion system to speed up usage but I...

Hmm, I tested it and it actually works for me. Can you give me more information ? For example on which Windows are you and how do you create the...

Windows server 2012 is based on Windows 8.1 right ? If that so, I don't support apiset parsing for this major yet.

Thanks for the info, I'll look into it as well as your PR for apisets parsing @ww898 > P.S. On my opinion, using managed C++ library was not good idea...

Ok I managed to retarget ClrPhLib to be built with the Windows 8.1 SDK, but to do so I had to severely hack ``phlib.lib`. However it does not solve the...