Brian Potchik
Brian Potchik
Fixed in `4.2.5758`.
Are these numbers with or without plugins being loaded?
Initial support has landed for this. See https://github.com/Vector35/binaryninja-api/issues/5186#issuecomment-3066323965 Fixed in `5.1.7927-dev`.
There isn’t a dedicated patch UI yet, but the underlying functionality already exists through the MemoryMap and MemoryRegion APIs. Example: * Create a patch: `bv.memory_map.add_memory_region("PATCH1", 0x418CA0, b'\xA5' * 0x20)` *...
You're absolutely right — the existing patching functionality in the UI uses a completely different underlying mechanism. What I meant above is that while there isn’t a dedicated patch UI...
The basic workflow for this should be resolved now. See https://github.com/Vector35/binaryninja-api/issues/5186#issuecomment-3066323965 Fixed in `5.1.7927-dev`.
Support added in `5.2.8333-dev`.
Fixed in `4.3.6674-dev`. Word wrapping is disabled by default. Reenable with the setting `ui.log.wordWrap`. Word wrapping was also optimized and this seems to at least fixed this issue.