Package Details: imhex 1.33.2-1

Git Clone URL: https://aur.archlinux.org/imhex.git (read-only, click to copy)
Package Base: imhex
Description: A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM
Upstream URL: https://imhex.werwolv.net
Licenses: GPL-2.0-or-later
Conflicts: imhex-patterns-git
Provides: imhex-patterns
Submitter: KokaKiwi
Maintainer: KokaKiwi
Last Packager: KokaKiwi
Votes: 47
Popularity: 0.43
First Submitted: 2020-12-04 11:19 (UTC)
Last Updated: 2024-03-23 22:01 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

kistlin commented on 2021-09-18 13:24 (UTC)

Is someone else having this compiler error? imhex 1.9.0-1

imhex/src/imhex/source/views/view_hexeditor.cpp:311:31: error: format not a string literal and no format arguments [-Werror=format-security]
  311 |             ImGui::TextWrapped("hex.view.hexeditor.script.desc"_lang);
      |             ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

KokaKiwi commented on 2021-02-19 13:52 (UTC)

Updated to 1.7.0-1 with some patch to enabling correct loading of stuff by imhex. Will probably try to PR them upstream too (for decent paths stuff)

grawlinson commented on 2021-01-18 07:06 (UTC)

compose: Added in 1.6.1-2. Let me know if it can be improved.

jtagcat commented on 2020-12-09 14:12 (UTC)

Could a .desktop file be added? Thanks.

KokaKiwi commented on 2020-12-08 11:10 (UTC)

I don't think i actually can "tell" what glfw provider pacman should prefer other than replacing the glfw dep by glfw-x11 directly, which i don't think would be wise :s

The only solution i can depict is by explicitely installing glfw-x11 before imhex so it won't have to auto-install the wayland one.

hak8or commented on 2020-12-08 04:06 (UTC)

This may sound like an odd request, but would it be possible to have glfw-x11 take precedence over glfw-wayland, if no glfw variant is already installed?

A decent chunk of us over on the github for this were bit by glfw-wayland being the "default", resulting in an odd error message that's not clear is because glfw-wayland is installed.