Hồng Thất Công

Results 21 issues of Hồng Thất Công

My friend and I have successfully ported and checked carefully with your version of Diaphora v2.04. It runs fine. Can we public on our github? Thank you for good work...

important
Not a bug

Please update file idaplugin.py in scripts folder. 1. Add tigh strings scanning 2. Add the open json result file from floss.exe, add comments 3. Test with sample: B09D51E272E25E3EDC9FE7F76F5FE024 Error: ```...

Hi William, I am TQN, the old author of idb2sig plugin. I need to update my plugin, so I used your script to test the result and compared the resulting...

Some shellcode and malwares uses CreateThread to download, upload.... And they call WaitForXXXObject to wait until those threads run and finished. The Python emulation WaitForXXX code return successed immediately, so...

File: windows/fileman.py, line: 89 Sometime, get_data return None, so get_hash will failed. I think we should always check get_data return value, or get_data return b"" Thanks

Some shellcode and malwares alloc a large stack, for example 1M size. File /windows/win32.py, line 191, stack size is hardcoded. Can you add a option, key: "stack_size" to config file...

good first issue

Could you add a command line option for run_speakeasy.py to run from beginning code at a specified file offset or RVA ? Thanks

good first issue

I have update a lot LazyIDA, v1.0.5 in my github: https://github.com/HongThatCong/LazyIDA Can you continue to port it to Ghidra Thank you very much for your good work HTC

In my opinion, I think it is necessary to change/addition the following 2 scripts, or maybe merge those 2 scripts into 1. 1. render-ida-import-script.py: Runs as an IDAPython script, allowing...

good first issue

Typo error: print() "string" in CloneConnector.py and Manager.py