Sam Russell
Sam Russell
This adds the hotkey CTRL+ALT+C to load the path for a file currently selected in an explorer window. Initial implementation of #3
**Version and Platform (required):** - Binary Ninja Version: 3.5.4526 - OS: win10 - OS 10 - CPU x64 **Bug Description:** Extending the gameboy plugin to implement LLIL lifting, the carry...
Fixes #201 Add WSAStartup call and wrap ioctl and close calls with their win32 equivalents. Minimal logging to check for initial socket() failure. Tested on win10 x64 and win11 x64...
Carrying on from the discussion in #70: Changing `put` to `put_nowait` sounds like the correct thing to do in any case so I'd be happy to take that in. There's...
We're getting to the point where we need to put some sort of standards together to help code reviewers and protect the codebase so it's easily extensible. Open for ideas...
The radius serialising/deserialising code mirrors the EAP code but there are enough differences that they should probably follow different patterns. One of the things with the EAP code is that...
The current Chewie tests end up re-testing the state machine. We should mock out any references to the state machine and test just chewie's functionality. That is, make sure it...
Chewie currently has hardcoded credentials. Let's add the ability to do a RADIUS lookup at auth time Criteria - Unit tests where possible - An integration test harness (currently there's...
There's a lot of the following pattern: ``` if isinstance(x, Class1): do_something(x) elif isinstance(x, Class2): do_something_else(x) ``` This started as a quick way to get a prototype up and running...
**Version and Platform (required):** - Binary Ninja Version: 4911 - OS: Windows - OS Version: 10 - CPU Architecture: x64 **Bug Description:** Defining a function with args in subregisters produces...