xusheng

Results 475 comments of xusheng

I have renamed the issue title because it seems to be happening during MLIL->HLIL translation. Though I do not yet know what is causing it. Will need someone else to...

This is what I get with binja backend: ``` hash data with CRC32 namespace data-manipulation/checksum/crc32 scope function matches 0x1800075D0 reference Base64 string namespace data-manipulation/encoding/base64 scope file encrypt data using RC4...

Basically I need these ones: 1. icon for TTD memory sidebar: https://github.com/Vector35/debugger/blob/dev/icons/ttd-memory.png 2. icon for TTD calls sidebar: https://github.com/Vector35/debugger/blob/dev/icons/ttd-calls.png 3. icon for jump to timestamp in the controls button area:...

Now that you noticed the tab UI mismatch with other parts -- yes, the tab is just using the normal Qt tab, which is different from how we do tabs...

> All good, I just didn't want us to forget. I think I'm understanding now? Where is the "jump to timestamp" thing used right now? Or is it in an...

`lateral point learns relationally`

I will try to look into this when I can. Sorry I missed it earlier

Since on Linux installing binja merely means to extract it, we cannot really prevent people from accidentally installing binja into that directory. Probably need to detect the case and throw...

This is just expected behavior of adding the debugger memory region. The feature map is not prepared to render the giant entire memory space This might become better when #96...

I do not really think viewing the debugger memory region in the feature map makes sense -- because we do not run analysis on those regions outside of the main...