xusheng

Results 475 comments of xusheng

Thanks for the contribution! I had a quick glance and it looks good, I will review it when I get time. Also I had copilot look at it as well...

I forked your PR and created https://github.com/Vector35/debugger/tree/add_gdb_mi_adapter I noticed that some of the things you put are embedded specific, which I hope to remove before merging. I also noted that...

@anvol I tried to make this branch into a state that can be merged into the dev branch, but I failed to do so. I met some issues when using...

Yes the debugger rebases the binary. This may not always be the desired behavior. However, we do not have a better approach at the moment.

Related to https://github.com/Vector35/debugger/issues/477

I cannot reproduce this anymore, but I did get it when binja free is freshly installed. Will look into this further later

Related to https://github.com/Vector35/debugger/issues/804

@williballenthin Below are some of my recent thoughts, basically I checked the places where I need to access the IL of the functions: 1. In `is_stub_function`, the code checks whether...

> > Also, from your perspective, how often do you see a debug build like this when you analyze malware? > > It's not uncommon that we see this for...