David Mentler
David Mentler
### Problem description This PR implements some rudimentary Xcode support for building and editing ImHex. ### Implementation description #### Problem 1: Xcode is a multi-configuration buildsystem The project is already...
### Problem description In borderless mode ImHex disables the standard macOS titlebar rendering and input processing. As a result double clicking the titlebar area does not resize the application's frame...
### Problem description Launching ImHex from Xcode is clunky, as the `main` target does not depend on plugins. Therefore editing a source file, and simply launching the active Xcode scheme...
### Problem description ImHex runs as full trust application on macOS with a non-compliant application bundle layout. ### Implementation description This PR introduces Xcode based application bundle generation, including code...
Hi! Lately I have been playing around with analysing embedded Intel 8051 firmwares. This is an 8 bit architecture, and as such it is very common (even for firmware code)...
This PR extends the pattern language's concept of sections to be more polymorphic. A section is defined as a (not necessarily contiguous!) area of address space which can be read/written...