Search Criteria
Package Details: rehex-git r1794.32e959d-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rehex-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rehex-git |
| Description: | A cross-platform (Windows, Linux, Mac) hex editor for reverse engineering, and everything else (git version) |
| Upstream URL: | https://github.com/solemnwarning/rehex |
| Keywords: | editor hex |
| Licenses: | GPL2 |
| Conflicts: | rehex |
| Submitter: | zocker_160 |
| Maintainer: | zocker_160 |
| Last Packager: | zocker_160 |
| Votes: | 3 |
| Popularity: | 0.000002 |
| First Submitted: | 2020-11-12 21:43 (UTC) |
| Last Updated: | 2025-11-25 22:23 (UTC) |
Dependencies (9)
- botan (botan-gitAUR)
- capstone (capstone-gitAUR)
- jansson (jansson-gitAUR)
- lua (pallene-luaAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- busted (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- perl-template-toolkit (make)
- zip (zip-natspecAUR) (make)
Latest Comments
linkmauve commented on 2025-11-23 11:25 (UTC) (edited on 2025-11-23 11:26 (UTC) by linkmauve)
Hi, botan2 has been removed from ArchLinux, but rehex builds perfectly fine against botan (3), so please s/botan2/botan/ in your PKGBUILD. The rehex package already did that.
zocker_160 commented on 2023-12-23 18:07 (UTC)
fixed, thank you
ghostshadow2601 commented on 2023-12-23 16:55 (UTC)
It appears, upstream added a dependency to
botan2, trying to build without will fail at pkg-config dependency collection. (Note, according to namcap this is also a runtime dependency)zocker_160 commented on 2022-07-18 12:49 (UTC)
thank you for letting me know, I pushed a fix
alex.forencich commented on 2022-07-18 05:18 (UTC)
Fails to build:
Is there a dependency missing?
zocker_160 commented on 2022-04-04 19:00 (UTC)
I added it to makedepends, it should build now correctly.
BujuArena commented on 2022-04-04 18:18 (UTC)
Building this seems to now depend on a package named
busted, which itself made me installlua-busted,lua-cliargs,lua-dkjson,lua-filesystem,lua-luassert,lua-mediator,lua-penlight,lua-say,lua-system, andlua-term. Only after installingbustedand its dependencies and running a clean build ofrehex-gitdid it finish building correctly today.zocker_160 commented on 2022-01-24 14:42 (UTC)
Thank you for letting me know, I pushed an update.
BujuArena commented on 2022-01-24 06:08 (UTC)
This was failing to build in the past few days until I installed perl-template-toolkit. Please add that as a dependency if possible.