pravic

Results 263 comments of pravic

The two finger one. What's the difference, by the way?

Nope, racer was spawned, but without any visible reactions at ST view.

Yep, problem issued on Windows only.

Fixed in #120. Is any chance to release a new version on PyPI?

> For interoperability reasons, I suggest you to change imphash behaviour to ignore ordlookup database and do not add this "ord" string on ordinal functions I encourage this too. Moreover,...

Also I doubt why imphash does not sort imports before hashing it with MD5, because slightly function reordering produces definitely different result, e.g. `kernel32.rtlmovememory,kernel32.getmailslotinfo` vs `kernel32.getmailslotinfo,kernel32.rtlmovememory`.

I guess it was fixed in 90b9c61 (version 0.2.2).

Interesting. So, that line works for a created window, but doesn't for a attached one? In general, I need to test the attaching because I've checked on Windows only.