Rusty Wagner

Results 27 comments of Rusty Wagner

I just lost access on a yearly plan because my internet went out for 45 minutes. This seems a bit aggressive. Is this product going to be even usable when...

It seems to handle offline usage a lot better if you sign in with an account instead of using just the API key. After I uninstalled / reinstalled then signed...

The performance test was done on the fast disassembly. Even the "diet" version, which has no string output support, was slower. However, that is comparing our C++ disassembler library with...

Types are resolved at the MLIL level, but there the assembly is causing there to be a variable that would need to be typed as pointer into the middle of...

This is caused by the Enterprise client looking for URLs before any core initializations have occurred. If it gets a file open from a macOS style open event, this goes...

The ELF, PE, and Mach-O views are now open source and can be used for reference https://github.com/Vector35/view-elf https://github.com/Vector35/view-macho https://github.com/Vector35/view-pe

These types of conditions are far more rare with the new control flow algorithm in 4.1, so the optimization is much less essential now.

`BinaryView::GetRelocationsAt` API has been added in version 3.6.4745