xusheng

Results 475 comments of xusheng

@williballenthin I tried a few other files, and it seems capa runs fine on it with binja backend. I am curious when you say "fail to process", does it just...

The "IL cannot be loaded" also happens with `b5f0524e69b3a3cf636c7ac366ca57bf5e3a8fdc8a9f01caf196c611a7918a87.elf_` at `0x8091b80`

Weird enough, if I add `--restrict-to-functions 0x8082d40` to restrict the analysis to the offending function, then everything is fine

I am triaging these and will update the status here. Please be aware the test is down on top of the recent fixes #2500 . | Sample | Status |...

> fyi probably some of these are .NET files for which we don't expect Binja to do very much (and a failure is fine). Thx for letting me know! I...

I have triaged all of the files and here is a brief recap: 1. Most of the files are just fine with the fix in PR #2500 2. A handful...

So the failure in https://github.com/mandiant/capa/issues/2406#issuecomment-2490264478 is indeed due to https://github.com/Vector35/binaryninja-api/issues/6222. Which is quite obscure, and I will look into it. It is also not caused by https://github.com/mandiant/capa/issues/2516

We should also remind the user when 1. the DBGENG_TTD is selected, but the executable path is a .exe 2. the DBGENG is selected, but the executable path is a...

This is addressed by https://github.com/Vector35/debugger/commit/199951e8b39d5f31ad63e578ab1cad262a49222f. Now each individual adapter has its own settings view and it is much harder to get it wrong