Peter LaFosse

Results 87 issues of Peter LaFosse

I get the following error in Atom each time YCM attempts to run: TypeError: Key must be a buffer at TypeError (native) at new Hmac (crypto.js:90:16) at Object.Hmac (crypto.js:88:12) at...

**Version and Platform (required):** - Binary Ninja Version: 3.1-dev We currently have `Function.get_llil_at()` but no equivalent for mlil or hlil which is confusing. The workaround is `Function.get_llil_at(here).mlil`

enhancement
API
Impact: Medium
Effort: Trivial

Though just hitting enter from the command palette activates the first entry, we should allow actually show the first entry as highlighted as if you had just pressed down. This...

enhancement
ui
Impact: Low
Effort: Trivial

PDB Plugin can be run many times. The PDB plugin should add some bit of metadata to prevent it from being run twice. All it does is take a long...

bug
PDB
Impact: Low
Effort: Trivial

Forward type propagation into called functions is very tricky to do correctly. This is something we haven't yet attempted. However it's frequent that when reverse engineering we do this manually....

enhancement
ui
Effort: Low
Impact: Medium

**Version and Platform (required):** - Binary Ninja Version: 3.1 **Bug Description:** The following keys don't work when selecting variables in the IL views 'd' - cycle integer size '-' -...

bug
ui
Impact: Medium
Effort: Trivial

- [ ] `D` - Cycle Integer Size - [ ] `F` - Cycle Float Size - [ ] `-` - Cycle Integer Sign - [ ] `O` - Make...

bug
ui
Impact: Low
Effort: Trivial

3.1 dev The Following instructions should be translated to failfast on windows. Architecture | Instruction | Location of code argument -- | -- | -- x86 | int 0x29 |...

enhancement
Impact: Low
Effort: Trivial

**Version and Platform (required):** - Latest dev Macos **Bug Description:** Panes can spuriously switch their view. **Steps To Reproduce:** Please provide all steps required to reproduce the behavior: 1. Split...

bug
ui
Impact: Low
Effort: Low

Some instruction sets don't easily lift one instruction at a time. For instance wasm, .Net, Java, I'm sure others. One possible solution to this is to allow lifting of the...

enhancement
architecture
core
Impact: High
Effort: High