_yrp

Results 14 issues of _yrp

Fix syntax error in readme.

On Windows, the environment variables `_NT_SYMBOL_PATH` is the standard way to determine symbol information, both local cache and symbol server. Binja should default to parsing this env var, then fall...

enhancement
PDB
Impact: Low
Effort: Medium

**Binary Ninja Version** 3017 **Describe the bug** Originally reported by @nshp here, just copy/pasting so it has its own report as I hit this on a different binary: https://github.com/Vector35/binaryninja-api/issues/1769 There...

enhancement
Effort: Medium
Impact: Medium

Hello, First, amoco seems really cool. Thanks! I have an issue, and a question Issue: cfg recovery seems to be a bit broken currently. I have a simple 'puts("hello world")'...

``` $ frida-kill 1479 (process:2574): Frida-CRITICAL **: frida_temporary_file_destroy: assertion 'self != NULL' failed ** Frida:ERROR:src/frida-core@sta/frida-helper-process.c:3396:frida_darwin_helper_process_get_resource_store: code should not be reached Abort trap: 6 ``` Easy steps to repro: 1. Launch...

**What is the feature you'd like to have?** Imagine I have two types added to a bndb: FOO and BAR_FOO. If I search for FOO in the type view, I...

enhancement
Impact: Medium
Effort: Trivial

**Version and Platform (required):** - Binary Ninja Version: 4272-dev - OS: Windows - OS Version:: 22h2 - CPU Architecture: x64 **Bug Description:** Function pointer xrefs disappear at times. For example,...

Type: Bug
Component: Core
Impact: Low
Effort: Trivial

Currently it doesn't seem to be possible to create an anonymous RWX mapping. Could we get something like `make_exec_mut`?

Currently they are on unix, at least based on a reading of the source. This seems like a kinda surprising footgun, especially as memmap is potentially an indirect dependency in...

2144-dev Personal, Windows 10 python 3.8 So apologies in advance, this involves multiple bits of broken python, but I promise I hit this through general use then minimized. Im not...

bug
Impact: Medium