Sam Russell

Results 26 comments of Sam Russell

Is there an option 3 to merge it as is and we both work on it from here? The hardcoding isn't nice, but I'd be interested in your thoughts on...

How do you propose we handle the hotkey part of this? I thought we needed a live window somewhere to receive the WM_HOTKEY message? On Sat, 12 Nov 2022, 22:54...

That's correct, but how do we handle the hotkey? Are you saying we integrate it all into the DLL and have the listener startup with another rundll call at windows...

Nope, the my PR for the Z80 plugin is a workaround, but this is a binary ninja issue. LLIL_ADC has the carry flag automatically calculated but LLIL_SBB doesn't. From what...

I think this might actually be a symptom of the SBB opcode not being fully implemented in x86/x64, which would make it a bug, not an enhancement: from slack: ![image](https://github.com/Vector35/binaryninja-api/assets/1481279/dfb175fa-d2c9-4acd-847e-0278c99a819f)

Does my change break anything in the mingw build or does it just not improve it? If it doesn't make anything worse and it does make some things better then...

> Also, if I may ask, what is the current state of this on Linux? How exactly would I know this? > Is it not possible for you to see...

Made some progress on https://github.com/faucetsdn/chewie/tree/test_chewie_with_mocks The main things that Chewie does is pass messages between sockets and EAP/RADIUS queues and handle packing/unpacking. The rest of the methods can be easily...

this should be driven by use cases - what servers are we peering with? what attributes are they currently sending? the goal isn't 100% compatibility or RFC implementation, but rather...

There's a couple of things here, one is code rot and another is opportunity cost. Code that isn't in use is where bugs turn up, so the best way to...