xusheng

Results 475 comments of xusheng

The crash happens at https://github.com/Vector35/debugger/blob/58537bf244fa9d252a166ec61c78cb169eaa2e60/api/python/debuggercontroller.py#L1583-L1585

1. This has nothing to do with the context manager 2. This has nothing to do with the Python version 3. The debugger unit test has some very similar code,...

I made a comment on it: https://github.com/mandiant/capa/pull/2749/files#r2490284840

I think this is also true with functions, or any other analysis artifacts related to the newly added memory region

> Turns out this has been broken since before 3.5.4526 stable... Changing impact accordingly, since I appear to be the first person to have reported it in nearly a year....

Yeah it looks like a bug. For context, we would decide to show or not show certain menu items based on the selection. In the case showed in the video,...

Yeah this is known -- right now the code creates a segment in the mapped view with a size zero. The issue is not fixed because I do not have...

> Does this improvements include DllMain detection? Not yet, I should add it to the list

For `DllMain`, we should also consider setting UIDF on the first parameter to the value of `bv.start` This can be helpful in cases like https://youtu.be/kgyRiQqc1FU?feature=shared&t=549, where the code adds some...