Fish

Results 202 comments of Fish

The solution: Support opening a second binary (which automatically closes the first binary if the user permits) and closing the existing project,

It’s a known bug. We will get it fixed at some point.

Probably a bug — we will take a look later.

QSettings does not use toml and has some weird limitations (because it decides to use Windows Registry on Windows). I think using our own configuration system with a pure text-based...

> It would be nice if angr could run as a "backend server," This is definitely planned. Hopefully it will arrive after our knowledge base and in-memory data store refactor.

> I think the former should behave like the latter I totally agree!

I've just fixed that in https://github.com/angr/angr/pull/4517. It should no longer fail starting from tonight.

Either getting a core dump, or hooking a debugger to it and seeing why it crashed? My gut feeling is that the crash is caused by unicorn engine. More details...

The default calling convention analysis does not recover variable or function argument types. You'll want to decompile the function and see if the decompiler can give you a function prototype...