Genwei Jiang

Results 9 comments of Genwei Jiang

Hi @radare, try this one, it is a CWS compressed flash file. http://www.diyed.co.uk/diy-ed-information-book-sample/files/flash/expressInstall.swf you may use my trivial script to decompress, https://github.com/binjo/utils/blob/master/cws2fws.py ``` md5sum expressInstall.swf fws-expressInstall.swf 7b65fbfaec8b2955090389af60646e8b expressInstall.swf 7089405dc1945dd72bcfb14630900f46 fws-expressInstall.swf...

The `--disable_d3d11_debug` option does not work, non-debug build similar fatal crash, but with a different stack trace: ``` (218.1778): C++ EH exception - code e06d7363 (first/second chance not available) (218.1778):...

The `--force_d3d11_software` indeed works, the main UI shows up correctly, but it's quite laggy of responding, e.x open file/target. I guess I'd wait for it to become more mature, feel...

I'd love to have these two: - https://github.com/oopsmishap/HexRaysPyTools - https://github.com/gaasedelen/tenet

I agree, but can we push an update to let the users know and update to newer version?

I'd prefer not installing it as default. The usage of everything probably low, and might add chaos when it index files and noisy when analysing malware, for e.x: the events...

based on the [doc#How is the Everything service started?](https://www.voidtools.com/support/everything/everything_service/), index file service is automatic.

adding CyberChef to bookmark bar is a bit tricky, as when fresh installation, the Google Chrome's bookmarks file and related `user default` directories are not created yet. The following code...

The license [file](https://github.com/actions/runner-images/blob/main/LICENSE) includes the following, which indeed we'd need to consult with legals ``` The above copyright notice and this permission notice shall be included in all copies or...