summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoremmatebibyte2022-08-14 22:20:59 -0400
committeremmatebibyte2022-08-14 22:24:33 -0400
commitaa6d798a294a9b2df2234a398c3ec4b178cffaa7 (patch)
treeb1be4916f81c2e88932f5db1d981db84a1f87f80
parent92ab5caa0fdb1bd971212922dfda5e74a3b34849 (diff)
downloadaur-aa6d798a294a9b2df2234a398c3ec4b178cffaa7.tar.gz
initial commit
-rw-r--r--.SRCINFO27
-rw-r--r--ChangeLog870
-rw-r--r--LICENSE58
-rw-r--r--PKGBUILD60
4 files changed, 42 insertions, 973 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a5fbc875975..da27d2949c3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,15 @@
pkgbase = hopper
- pkgdesc = Reverse engineering tool that lets you disassemble, decompile and debug your applications
- pkgver = 4.9.5
+ pkgdesc = A Minecraft mod manager for the terminal
+ pkgver = 0.1.0
pkgrel = 1
- url = https://www.hopperapp.com/
- changelog = ChangeLog
+ url = https://git.tebibyte.media/minecrust/hopper
arch = x86_64
- license = Commercial
- depends = hicolor-icon-theme
- depends = libbsd
- depends = libdispatch
- depends = qt5-base
- provides = hopperv4
- conflicts = hopperv4
- source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.9.5-Linux.pkg.tar.xz
- source = LICENSE
- sha1sums = afffdd2dd86df24ddfd8a3e6bfe91a34b007e28e
- sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
+ license = AGPL3
+ makedepends = rust
+ makedepends = cargo
+ makedepends = git
+ provides = hopper
+ source = git+https://git.tebibyte.media/minecrust/hopper
+ sha256sums = SKIP
-pkgname = hopper
+pkgname = hopper-git
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 280ed9594c90..000000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,870 +0,0 @@
-4.9.5 (2021-10-26 12:44:47)
-
- Fixes a crash when loading an old DYLD shared caches (iOS 13 and before),
- Fixes a weird behaviour of the registration window which was disabling keyboard shortcuts in some situations.
-
-4.9.4 (2021-10-22 16:51:37)
-
- Fixes the loading of iOS application bundles downloaded from M1 Macs,
- Improves method signature detection for some Swift internal methods,
- Fixes a few issues with some dialogs when types contained some very long names.
-
-4.9.3 (2021-10-13 17:24:38)
-
- Fixes an issue in the ARM debugger where SP value was displayed instead of PC value,
- Fixes the drawing of ARM instructions when PC value is outside of the application memory space,
- Removes all usages of the deprecated WebKit classe.
-
-4.9.2 (2021-09-21 17:26:40)
-
- Fixes an issue where selectors were not properly displayed in pseudo-code of methods extracted from a DYLD cache,
- Fixes an issue where the wrong symbol name would be displayed on executables extracted from an Apple Silicon DYLD cache.
-
-4.9.0 (2021-09-14 15:47:43)
-
- Fixes loading of the new dyld shared cache,
- Fixes issues with the Objective-C metadata of Apple Silicon binaries.
-
-4.8.2 (2021-08-06 23:09:32)
-
- Adds an hexadecimal view in the data inspector of the hex editor mode,
- Adds a Python method to rebase a document from a script,
- Fixes a bug in the rebase dialog,
- Fixes the toolbar on macOS 10.13.
-
-4.8.1 (2021-07-22 19:05:17)
-
- Automatic selection of the best Python interpreter.
-
-4.8.0 (2021-07-21 17:36:28)
-
- Initial support for the new DYLD shared cache of macOS Monterey,
- Switch to Python 3.
-
-4.7.7 (2021-06-09 17:58:39)
-
- Faster drawing which improves scrolling in bug documents,
- Improves the creation of pointer differences tables,
- Fixes a crash at launch on macOS 12 beta 1,
- Fixes a crash for some Windows binaries.
-
-4.7.6 (2021-05-10 16:16:58)
-
- Fixes an infinite loop on some Windows executables,
- Fixes a rare crash when using Hopper inside a virtual machine.
-
-4.7.5 (2021-04-29 15:58:48)
-
- Fixes an issue with dSYM loader.
-
-4.7.4 (2021-04-14 23:02:30)
-
- Fixes a crash when loading some files from the DYLD cache,
- Fixes an issue when loading additional binaries,
- Adds some more information on cross references in the inspector panel,
- Adds a way to restrict searching text only in user comments.
-
-4.7.3 (2021-03-31 18:50:27)
-
- Improves loading time of big files.
-
-4.7.2 (2021-03-23 18:23:04)
-
- Improves the detection of some no-return functions,
- Speeds-up the reconstruction of procedures when a signature changes in one of the callees,
- Fixes a few decompilation issues,
- Fixes a crash when the Hopper windows was moved accros multiple screens on some systems,
- Adds methods to create alignment directive from Python scripts,
- Fixes a crash for some Python scripts which were changing some labels names in the document.
-
-4.7.1 (2021-01-23 15:51:43)
-
- Fixes an issue in the C++ demangler for some symbols,
- Uses theme preferences for the label list,
- Fixes horizontal scrolling issues.
-
-4.7.0 (2020-12-14 16:15:48)
-
- Fixes some ARMv8.1 instructions.
-
-4.6.3 (2020-12-01 17:10:33)
-
- Fixes a crash for some elements of the DYLD cache of iOS 14.
-
-4.6.2 (2020-11-12 14:45:10)
-
- Fixes the debugger which was unable to launch some old binaries.
-
-4.6.1 (2020-11-04 15:59:24)
-
- Fixes a crash in the decompiler when rewriting conditional expressions.
-
-4.6.0 (2020-11-03 16:15:07)
-
- First Apple Silicon release,
- Support for AArch64 debugger,
- Support for macOS Big Sur,
- Improves Objective-C metadata parsing,
- Improves DYLD Shared Cache parsing,
- Adds an option to deal with PAC pointers on Apple Silicon binaries,
- Many improvements and fixes.
-
-4.5.29 (2020-06-19 14:13:13)
-
- Fixes an issue when compiling the SDK examples with the latest Xcode,
- Fixes an issue with the comment editor,
- Improves the import / export sheets in order to better see the results.
-
-4.5.28 (2020-05-13 13:05:34)
-
- Fixes a hang in the decompiler on methods from classes containing weak ivars.
-
-4.5.26 (2020-05-04 11:12:54)
-
- Fixes a decompilation issue on ivar,
- Improves HiDPI support on Linux.
-
-4.5.25 (2020-04-30 10:52:31)
-
- Fixes a drawing issue on some systems,
- Fixes a mistake in the SDK.
-
-4.5.24 (2020-04-17 18:49:07)
-
- Fixes parsing of Objective-C metadata for binaries targeting the iOS simulator,
- Fixes a crash while navigating small binaries with keyboard,
- Fixes issues with addressing mode decoding of MOS 6502 instructions,
- Added an Oric TAP loader.
-
-4.5.23 (2020-04-06 18:52:22)
-
- Improves decompilation of ivar access of Objective-C programs,
- Fixes a few issues with controls alignment and dark mode.
-
-4.5.22 (2020-03-16 21:07:37)
-
- Fixes a crash when one modifies a structure referenced in the assembly,
- Fixes issues when searching hexadecimal values,
- Various dark mode issues.
-
-4.5.21 (2020-02-05 16:46:57)
-
- More ELF relocation fixes.
-
-4.5.20 (2020-02-04 17:02:09)
-
- Fixes issues with relocations when loading Linux kernel modules,
- Adds methods to create or remove segments from Python scripts.
-
-4.5.19 (2019-11-19 17:15:44)
-
- Adds a way to add new segments for representing memory mapped area.
-
-4.5.18 (2019-11-04 15:18:40)
-
- Fixes a loading issue of iOS 12+ binaries using threaded binding.
-
-4.5.17 (2019-10-25 23:41:07)
-
- Handles endbr32 and endbr64 instructions,
- Adds a few methods to handle arrays in Python API,
- Improved Mach-O header information,
- Improves command line tool,
- Fixes a crash in the C++ name demangler,
- Fixes a crash on ARM64.
-
-4.5.16 (2019-09-18 13:45:00)
-
- Adds IPA file loader (note: ciphered IPA taken from the AppStore will still be ciphered, obviously...),
- Fixes an issue with contextual right mouse menu not targeting the right document,
- Fixes memory leaks.
-
-4.5.15 (2019-09-05 12:03:03)
-
- Fixes an UI issue with right click menu where the target document was not properly selected,
- Improves the C preprocessor, adding directives like #elif,
- Adds parsing of extended Objective-C category fields.
-
-4.5.14 (2019-08-13 17:22:09)
-
- Adds support for Intel HEX file format,
- Fixes a graphical issue on files with a segment beginning at address 0.
-
-4.5.13 (2019-07-08 15:04:21)
-
- Fixes a crash when using "po" and "expr" LLDB commands in the debugger panel,
- Fixes an issue when searching numbers after another case insensitive search has been performed,
- Fixes a few issues in the Python API with thumb/ARM identification methods.
- A few minor bugs has been fixed.
-
-4.5.12 (2019-06-21 15:20:41)
-
- Improves switch / case statement detection for ARM 32bits,
- Adds a way to change operand format options on multiple selection,
- Provides more information about the issue when the debugger cannot be started.
-
-4.5.11 (2019-05-06 14:58:44)
-
- Fixes an issue in the search feature where results in segments with no sections were not found.
-
-4.5.10 (2019-04-26 18:29:50)
-
- Improves Swift 5 name demangling,
- Now you can use Swift 5 in order to write Hopper plugins.
-
-4.5.9 (2019-04-03 17:04:45)
-
- Fixes an issue which prevented some cross references to be properly computed on iOS 12,
- Fixes a deadlock on some binaries.
-
-4.5.8 (2019-03-29 17:58:05)
-
- Fixes AArch64 32bits disassembler (the CPU variant used in the Apple Watch).
-
-4.5.7 (2019-03-01 17:10:24)
-
- Fixes a huge slowdown on some big binaries,
- Tweaks the switch hint dialog for ARM.
-
-4.5.6 (2019-02-14 20:48:06)
-
- Fixes some optimisation issues in ARM64 decompiler.
- Fixes more issues with PDB symbols.
-
-4.5.5 (2019-02-01 18:10:43)
-
- Fixes loading of some PDB files,
- Fixes a performance issue when drawing text containing a breakpoint.
-
-4.5.4 (2019-01-23 19:12:16)
-
- Fixes an issue with arrows in the left column not pointing to the correct address while scrolling,
- Allows one to navigate through the search result with arrow keys in the label list.
-
-4.5.3 (2019-01-12 13:52:40)
-
- Fixes various issues with dark mode on Mojave.
-
-4.5.2 (2018-12-27 13:19:52)
-
- Fixes a crash in the Windows PE loader.
-
-4.5.1 (2018-12-13 13:15:12)
-
- Fixes an issue which prevents newly registered customers to upgrade to the full version.
-
-4.5.0 (2018-12-12 13:58:00)
-
- First version of the application notarized at Apple,
- Better support for environments using Cylance,
- Initial support for the S4 processor of the latest Apple Watch Series 4,
- Fixes a rare crash in the debugger.
-
-4.4.9 (2018-12-03 15:25:27)
-
- Fixes a compatibility issue with Cylance,
- Fixes an issue where custom debug servers were not properly saved,
- Improve C preprocessor parsing.
-
-4.4.8 (2018-11-21 15:07:41)
-
- Fixes a decompilation issue where a function call may disappear when used in an empty if / else statement,
- Fixes an issue with the pseudo-code view after a rebase operation,
- Initial support for 8 and 16 bits CPUs (but Intel 16 bits is NOT yet supported),
- Initial support for MOS 6502 / 6510 CPU,
- Initial support for C64 PRG files, and D64 disk images.
-
-4.4.7 (2018-11-13 21:09:39)
-
- Fixes an issue on some systems with empty windows.
-
-4.4.5 (2018-11-05 16:59:36)
-
- Fixes a data corruption issue when saving (really) big documents,
- Fixes graphical glitches at segment boundaries,
- Improves detection of float parameters in the decompiler for some system functions.
-
-4.4.4 (2018-10-10 14:37:28)
-
- Fixes a crash on disassembling files written in Go,
- Fixes the debugger for 32bits executables.
-
-4.4.3 (2018-10-09 17:42:34)
-
- Fixes small graphical issues,
- Added a way to choose between the light or dark interface independently from the system settings,
- Fixes an issue in the debugger preventing from attaching to the Finder or the Dock.
-
-4.4.2 (2018-10-04 19:41:07)
-
- Fixes drawing issues introduced in 4.4.0.
-
-4.4.1 (2018-10-03 19:28:51)
-
- Implements most of the ARMv8.1, ARMv8.2 and ARMv8.3 extensions.
-
-4.4.0 (2018-09-28 23:28:17)
-
- Dark mode support (macOS Mojave),
- New debugger backend using the LLDB C++ API, instead of the Python API (Xcode 10),
- New graphic engine (macOS Mojave),
- Fix an issue in the sample m68k CPU project (SDK).
-
-4.3.31 (2018-09-14 16:51:03)
-
- Fixes an issue in the Tool SDK when disassembling instructions,
- Prevents a deadlock with outputting lots of debug messages in the log view,
- Fixes a memory leak in the hexadecimal mode.
-
-4.3.30 (2018-09-01 16:57:29)
-
- Fixes a bug in the ELF loader regarding ARM relocations,
- Fixes a crash while loading some files from the watchOS 5.0 beta shared DYLD cache.
-
-4.3.29 (2018-08-25 11:28:09)
-
- Fixes an issue where main screen would be impossible to read in some circumstances.
-
-4.3.28 (2018-08-13 17:42:43)
-
- Fixes an issue with x86 segment registers not displayed in some cases,
- Fixes a formatting issue on ARM LDRB/STRB instructions where offsets were truncated.
-
-4.3.27 (2018-08-08 17:15:41)
-
- Implements most ARM and AArch64 relocation for ELF files,
- Fixes a slowness during the analysis of file containing big BSS sections,
- Fixes function pointer signature editor on Linux.
-
-4.3.26 (2018-07-13 15:02:01)
-
- Fixes missing symbols in some ELF executables,
- Improves loading of ELF object files,
- Adds methods to load and save documents from Python,
- Adds a way to launch Python commands from the CLI,
- Some improvements in the SDK for CPU plugins with multiple CPU modes.
-
-4.3.25 (2018-06-27 20:10:44)
-
- Slightly improves the ASM analysis,
- Improves enum types handling,
- Fixes an issue in the ARM64 calling convention,
- Fixes an issue in the Windows C++ name demangler,
- Improves command line tool.
-
-4.3.24 (2018-05-24 17:06:08)
-
- Fixes the module search path for Python scripts,
- Faster access to labels list in Python scripts.
-
-4.3.22 (2018-05-16 19:03:48)
-
- Fixes an issue where some Python scripts were stopped when Hopper was running in background,
- Fixes a typo in decompiled Objective-C methods signatures.
-
-4.3.21 (2018-05-09 19:59:46)
-
- Fixes a crash in the decompiler,
- Better automatic ARM / Thumb handling.
-
-4.3.20 (2018-04-25 16:22:16)
-
- Fixes an optimization issue in the decompiler,
- Fixes missing labels in pseudo-code,
- Faster pseudo-code export (exporting all procedures is now multithreaded),
- Lowers memory usage during pseudo-code export,
- Decompiled Objective-C methods now have a more easily readable signature.
-
-4.3.19 (2018-04-20 13:11:14)
-
- Adds a way to export pseudo-code for a single procedure, or all the procedures,
- Adds a way to export an Objective-C header file, à la class-dump (Objective-C 2 only at the moment)
- Adds a way to declare strings which are not NULL terminated,
- You can now customize the application shortcuts,
- Better ARM prolog detection,
- Fixes some graphical issues on macOS 10.9,
- Fixes multiple issues in the decompiler,
-
-4.3.18 (2018-03-29 11:13:06)
-
- Fixes a issue when displaying arrays on a single line,
- Fixes missing types in the SDK
-
-4.3.17 (2018-03-27 15:23:29)
-
- Exposes types, and method signatures in the SDK,,
- Adds method to rename registers from Python and the SDK,
- Adds a way to print structs and arrays on a single line,
- Adds a way to import multiple types at once by parsing a C header file,
- Fixes some issues in the decompiler.
-
-4.3.16 (2018-02-16 18:53:05)
-
- Adds the ability to change the display format of a selection,
- Adds an option to avoid the DUP keyword,
- Fixes the switch/case pattern based on LDRLS on ARM,
- Adds some functions to the Python API to get access to demangled names.
-
-4.3.15 (2018-02-11 11:29:40)
-
- Fixes a compatibility issue with macOS before 10.12.
-
-4.3.14 (2018-02-09 19:26:01)
-
- Fixes a crash when moving in a large decompiled function.
-
-4.3.13 (2018-02-09 18:06:52)
-
- Improve analysis of ARM64 binaries,
- Improve decompilation of ARM64 binaries,
- Handle some new switch / case construction for ARM64,
- Better handling of ADRP/ADD and ADRP/LDR instruction couples,
- Fixes some issues in the AAPCS implementation,
- Add an option for searching an integer across the file,
- Add the ability to use label names in the assembler.
-
-4.3.12 (2018-01-12 16:49:53)
-
- Fixes some crashes when opening some very old HOP files,
- Fixes the "no return" attribute propagation in method signature,
- Adds some methods to the Python API.
-
-4.3.11 (2017-12-28 18:35:40)
-
- Fixes an issue with the detection of switch / case on ARM64 which may end in an infinite loop,
- Fixes an issue with rebasing of Mach-O dylib,
- Fixes an issue with some object files generated by NASM,
- Additions to the SDK and the Python API.
-
-4.3.10 (2017-12-16 10:28:17)
-
- Fixes the command line tool.
-
-4.3.9 (2017-12-16 00:54:32)
-
- Fixed a missing case in the corrupted database issue handling.
-
-4.3.8 (2017-12-15 23:16:57)
-
- Fixes a crash which occurs when the "Data Inspector" inspector component is collapsed,
- Fixes a data corruption due to a old database format (fortunately, no data were lost),
- You can extend the popups in the other direction while pressing the Alt key,
- Adds a way to truncate a procedure.
-
-4.3.7 (2017-11-29 16:12:30)
-
- Better handling of Windows executables,
- Updates the method signature database for Mac, Linux and Windows,
- Fixes a crash in the search dialog,
- Adds a way to define a method signature for external functions,
- Adds some ARM64 switch / case patterns.
-
-4.3.6 (2017-11-03 12:03:39)
-
- Fixes an excessive CPU usage when the window was split with at least one pseudo-code view.
-
-4.3.5 (2017-11-02 12:23:54)
-
- Pseudo-code mode can now be synced with other modes,
- Fixes some situations where PIC registers in 32 bits executables were not properly tracked,
- Alt+click can now be used to create split view from many dialogs,
- Various optimisations.
-
-4.3.4 (2017-10-24 18:08:44)
-
- Fixes an issue when trying to load an old database from Hopper v2,
- Adds an option to hide columns in the label list,
- Adds an option to hide the toolbar,
- Fixes a deadlock issue during save,
- Fixes a performance issue on ARM files.
-
-4.3.3 (2017-10-23 12:23:30)
-
- Fixes decoding operands of MSR/MRS instructions,
- Safer way to save files.
-
-4.3.2 (2017-10-21 18:00:51)
-
- Fixes a potential issue with the new preferences system.
-
-4.3.1 (2017-10-21 10:30:01)
-
- Fixes an issue with the hex mode on macOS 10.9
-
-4.3.0 (2017-10-20 16:26:43)
-
- New analysis engine,
- More information in the label list,
- Better handling of Windows executables,
- Parses exceptions from GCC/Clang and Windows SEH structures,
- Detects more switch / case constructions,
- Fixes Python script execution on Linux,
- Fixes some ARM instruction with floating point operand,
- Fixes an issue where the application would fall back to the demo mode after the computer has been suspended,
- Improves speed on areas with a lot of references,
- Various optimisations.
-
-4.2.21 (2017-09-28 18:38:03)
-
- Properly handle the BND prefix.
-
-4.2.20 (2017-09-26 19:21:10)
-
- Tweaks the interface for macOS High Sierra,
- Now you can create arrays of arbitrary length by selecting bytes,
- Adds an option to extend the segments, so that it is possible to edit any part of the file.
-
-4.2.19 (2017-09-22 19:56:28)
-
- Better handling of MRC/MCR instructions,
- Better decoding os STOS/LODS/INS/OUTS instructions with prefixes,
- Fixes an issue with relocation on ELF files.
-
-4.2.18 (2017-09-16 16:10:44)
-
- Fixes a crash in the type editor,
- Fixes an issue with arrays on stack,
- Fixes an issue when setting a switch hint with absolute addresses in a 64 bits executable.
-
-4.2.17 (2017-09-10 09:07:17)
-
- Fixes an issue which causes the lost of formatting for some operands
-
-4.2.16 (2017-09-08 18:20:27)
-
- Fixes an issue when disassembling some NEON instructions,
- New argument formatting option for addresses relative to another address,
- Fixes an incompatibility with Mavericks.
-
-4.2.15 (2017-09-01 19:06:08)
-
- Fixes an excessive usage of RAM when closing a document running a background analysis,
- Loads symbols of dyld shared cache, even when loading the whole mapping,
- Fixes some memory leak,
- Fixes a crash in the debugger,
- Fixes debugger on Mavericks.
-
-4.2.14 (2017-08-18 23:22:16)
-
- Fixes an issue preventing loading some HOP files
-
-4.2.13 (2017-08-17 10:29:43)
-
- Fixes Mavericks compatibility
-
-4.2.12 (2017-08-11 17:36:10)
-
- Optimization of the navigation bar drawing,
- Better handling of external symbols in DYLD shared cache.
-
-4.2.11 (2017-08-05 14:17:03)
-
- Complete rewrite of the DYLD shared cache loader,
- Fixes an issue in the debugger when debugging a dylib.
-
-4.2.10 (2017-07-24 18:45:07)
-
- Improves information in mach-o headers,
- Adds a new switch hint mode,
- Fixes a deadlock in the debugger.
-
-4.2.9 (2017-07-11 01:46:10)
-
- Fixes a formatting issue on TST instruction (ARM64),
- Fixes a database corruption issue in some rare situations,
- Add some new switch / case types,
- Automatically detect some new switch / case constructs.
-
-4.2.8 (2017-07-07 18:59:14)
-
- Fixes a decompilation issue due to pointer aliasing,
- Fixes decompilation of TBZ/TBNZ ARM instructions,
- Fixes some issues with Objective-C protocol recognition in the decompiler,
- Now you can define another color for jumping instructions,
- Some additions to the Python API,
- Various small fixes.
-
-4.2.7 (2017-07-05 17:19:41)
-
- Better demangling of Swift 4 names,
- Better representation of enums in pseudo-code,
- Fixes some glitches in the navigation bar on small files,
- Fixes an infinite loop in the PowerPC disassembler.
-
-4.2.6 (2017-06-29 00:49:38)
-
- Fixes double-click on objects in CFG mode,
- Changes to the HEX mode behaviour.
-
-4.2.5 (2017-06-27 20:25:25)
-
- You can move the edges of the CFG, and add/remove control points, using the Cmd key,
- Improves the decompilation of AArch64 binaries (especially ivar access, and strings references),
- Adds a data inspector in the right pane in hex mode,
- Various fixes.
-
-4.2.3 (2017-06-16 17:46:24)
-
- Fixes decoding of some STP/LDP AArch64 instructions,
- Fixes some improperly displayed variables,
- Slightly faster loading and saving
-
-4.2.2 (2017-05-30 15:46:55)
-
- Fixes the rebasing algorithm for Mach-O files,
- Fixes a hang when opening the contextual menu on files containing invalid Objective-C metadata,
- Fixes a crash in some rare situations when creating a procedure.
-
-4.2.1 (2017-05-26 08:13:09)
-
- Fixes a crash after a method signature has been edited.
-
-4.2.0 (2017-05-24 19:11:43)
-
- Now you can give a type to a local variable,
- Allows one to name breakpoints,
- Fixes some issues in the decompiler,
- Fixes a crash during the analysis of empty ELF sections
-
-4.1.5 (2017-04-29 11:44:59)
-
- Fixes an issue with pointers in the decompiler.
-
-4.1.4 (2017-04-26 17:15:29)
-
- Fixes decompilation of SETcc instructions,
- Visual Studio PDB symbols support,
- Get more information on plugins compliance to the SDK,
- Lower memory footprint (around -20%).
-
-4.1.3 (2017-04-18 23:53:52)
-
- Fixes multiple issues in the ARM Neon disassembler
-
-4.1.1 (2017-04-11 15:33:12)
-
- Add a decompilation option to remove NOPs,
- Fixes an issue where x86 instructions accessing the immediate 0x0 address were improperly displayed,
- Fixes an issue in the decompiler where some Objective-C messages were truncated,
- Fixes multiple issues in the AArch64 decompiler.
-
-4.1.0 (2017-04-07 17:25:47)
-
- Fixes issues with some AArch64 instructions,
- Improves PE executable parsing,
- Visual C++ symbol demangling.
- Handles some switch / cases constructions which use indirect tables.
-
-4.0.35 (2017-03-17 11:17:05)
-
- Fixes a deadlock in the debugger command panel on interactive command,
- Better handling of some TBB/TBH constructions,
- Fixes a scrolling issue.
-
-4.0.34 (2017-03-15 11:29:32)
-
- Fixes a crash on some iOS binaries,
- Fixes missing information on some ARMv8 vector instructions.
-
-4.0.33 (2017-03-14 12:40:12)
-
- Fixes the display of some ARM vector instructions,
- Fixes a crash in the Swift demangler,
- Fixes a rare issue where analysis time was very long.
-
-4.0.32 (2017-03-09 22:19:02)
-
- Fixes decoding os ARMv8 SIMD instructions,
- Fixes a layout issue in the inspector panel.
-
-4.0.31 (2017-02-28 15:06:14)
-
- Fixes some issues in the debugger (bad register values),
- Better handling of Objective-C method signatures,
- Fixes some aesthetic glitches.
-
-4.0.30 (2017-02-14 16:44:38)
-
- Fixes disassembly of some ARM64 instructions (csel,fcsel ...),
- Improves ARM64 decompilation of Objective-C code,
- Fixes highlighting when scrolling the document.
-
-4.0.29 (2017-02-04 10:28:29)
-
- Fixes some issues in the PPC CPU plugin.
-
-4.0.28 (2017-02-03 18:26:18)
-
- Basic PowerPC support (mainly for MachO files),
- Fixes computation of the new tagged CFString addresses on Sierra, and iOS 10,
- Various small graphical glitches have been fixed.
-
-4.0.27 (2017-02-02 21:02:37)
-
- Fixes a deadlock in the debugger when setting breakpoints,
- Adds completion to the embedded LLDB console,
- Fixes a problem with the sample m68k CPU plugin in the SDK.
-
-4.0.26 (2017-01-31 14:39:22)
-
- Adds binary files to the "Open Recent" menu,
- The "Procedures" tabs now display more information,
- Fixes an issue with dialogs created from Python scripts,
- Fixes various graphical glitches,
- Various optimisations.
-
-4.0.25 (2017-01-26 19:31:14)
-
- Fixes an issue with decoding of some ARMv8 instructions containing large immediate value,
- Mach-O headers were not commented anymore.
-
-4.0.24 (2017-01-19 16:23:15)
-
- Fixes an issue while updating the application on Sierra.
-
-4.0.23 (2017-01-18 20:13:21)
-
- Handles variadic methods using nil sentinel in the decompiler,
- Fixes the display of some ARM instruction using shifter,
- Fixes an issue where a basic block was missing a successor in some very rare cases,
- Adds an option to force the prolog heuristic used to automatically find procedures.
-
-4.0.22 (2017-01-17 20:27:59)
-
- Fixes multiple issues during the ARM64 analysis,
- Fixes ADR instruction decoding on ARMv7,
- Fixes some issues when selecting text,
- Smoother scrolling.
-
-4.0.21 (2017-01-13 12:32:29)
-
- Faster overall analysis,
- Fixes an analysis issue in the ARMv7 disassembler,
- Fixes dyld iOS shared cache loading,
- Improves 10.9 compatibility.
-
-4.0.20 (2017-01-07 14:32:41)
-
- Fixes a crash on ARMv7
-
-4.0.19 (2017-01-06 22:04:40)
-
- Fixes handling of IT instructions on ARM Thumb,
- Better decompilation of Objective-C instance variable access,
- Faster decompiler.
-
-4.0.18 (2016-12-28 20:01:07)
-
- Faster navigation in big files,
- Fixes an issue where operands of the TEST instructions were swapped,
- Fixes an issue where procedures were not properly created, especially on object files extracted from static libraries,
- Automatically process the "_ustring" section of MachO files.
-
-4.0.17 (2016-12-22 19:18:10)
-
- Hopper v4 is now compatible with OS X 10.9,
- Adds a navigation stack explorer to the inspector,
- Fixes an issue in the decompiler where constants were not properly propagated,
- Initial support for remote KDP connection.
-
-4.0.16 (2016-12-15 19:07:17)
-
- Allows to remotely debug Windows applications with gdbserver.
-
-4.0.15 (2016-12-13 18:35:24)
-
- Fixes a crash in the new Swift demangler.
-
-4.0.13 (2016-12-11 01:28:00)
-
- Fixes a crash when switching to the Hex mode in some situations,
- After loading a new file, moves the cursor to the first segment if no entry point was found.
-
-4.0.12 (2016-12-10 13:57:22)
-
- Fixes a crash.
-
-4.0.11 (2016-12-09 12:52:51)
-
- Adds more Swift demangling (especially class names),
- Adds an option to display the addresses, and the hex column in the CFG mode.
- Moves the control to change ASM syntax directly from the preferences to the inspector,
- Adds methods to the SDK, and the Python API to access local labels, and procedures call graph,
- Fixes an issue with the panel management controls when the window was resized with some panel hidden.
-
-4.0.10 (2016-12-05 16:16:59)
-
- Fixes an issue after loading a RAW binary with a non-null file offset,
- Fixes an issue where the inspector formatting capability was not available on some instructions,
- Improves the PLT analysis of ARM binaries,
- Some fixes to the SDK sample CPU plugin.
-
-4.0.9 (2016-11-30 19:26:35)
-
- Fixes the behaviour of the inspector, and the contextual menu where structures are defined,
- Fixes the formatting of structure fields,
- Fixes a crash of the decompiler,
- Adds a better syntax colorization to the pseudo-code mode,
- Allows one to navigate between Objective-C method implementations of a given selector,
- Adds small optimizations to the decompiler by removing useless "goto" statements,
- Adds two themes: solarized light, and solarized dark.
-
-4.0.8 (2016-11-29 14:38:48)
-
- Fixes the undo / redo feature,
- Fixes issues with AT&T syntax,
- Fixes the behavior of the search feature when searching for text in assembly,
- Adds a way to hide implicit segment registers
-
-4.0.7 (2016-11-25 18:15:43)
-
- Fixes MSR / MRS instructions on ARM v7
-
-4.0.6 (2016-11-23 18:01:40)
-
- Fixes a crash while demangling some C++ symbols,
- Fixes a weird bug which displayed "lock ret" instead of "ret" on Intel CPU,
- Fixes an issue with autoscroll,
- Remove the extra dollar sign before labels in AT&T syntax
-
-4.0.5 (2016-11-18 22:37:55)
-
- Fixes an issue with missing font in assembly view
-
-4.0.4 (2016-11-18 17:10:59)
-
- Fixes long time loading UPX compressed files
-
-4.0.3 (2016-11-18 14:16:25)
-
- Fixes some crashs on malformed PE, ELF and MachO files,
- Fixes MSR and MRS instructions disassembly (AArch64),
- Fixes text copy in the pseudo-code mode,
- Updates the pseudo-code when the method signature is changed.
-
-4.0.2 (2016-11-17 17:35:43)
-
- Fixes an issue with macOS 10.12.1 build 16B2555
-
-4.0.1 (2016-11-17 15:29:48)
-
- Fixes some crashes
-
-4.0.0 (2016-11-17 12:04:29)
-
- Welcome to Hopper v4!
-
- Hopper v4 is a free upgrade for the customers of Hopper v3.
-
- This update is packed with tons of new features, including:
-
- - Display modes,
- - Interactive control flow graph,
- - Swift demangler,
- - Enumarated types,
- - A lot faster on many tasks,
- - Local labels,
- - Register renaming,
- - Smart contextual menu,
-
- More on information at https://www.hopperapp.com/blog/?p=171
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 8552b19987f1..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,58 +0,0 @@
-Hopper Disassembler
-===================
-
-License Agreement
------------------
-
-Hopper Disassembler is a software program protected by the terms of the French «Code de la Propriété Intellectuelle». The Hopper Disassembler software-program’s code and copyrights are not owned by you, but you are granted the right to use it under the terms of this license. Disputes related to this agreement will be dealt according to the French rights.
-
-In this document, the "Cryptic Apps" term designate the Cryptic Apps SARL, registered at the French Registre du Commerce et de Sociétés de Lille, SIREN 794 641 787.
-
-Cryptic Apps reserves any right not expressly granted to you. You own the media on which the software is delivered but Cryptic Apps retains ownership of all copies of the software itself. The software is protected by copyright law.
-
-A Personal License is said to be «per user», and permits the user to install the software on his office workstation, personal laptop or home computer, provided that no other user uses the software on those computers. A Personal License permits the user to use the software on all of its physical, or virtual, computers at the same time. This Personal License also allows you to make as many copies of the installation media as you need for backup or installation purposes. The Personal License is nominative and non transferable.
-
-A Computer License is said to be «per computer». The Computer License can be used by anyone who have access to the computer where the Computer License is installed. The Computer License is tied to the hardware and non transferable.
-
-All licenses are permanent, once the full payment is received.
-
-A trial version is freely available for evaluation purpose, hence there is no possible refund once a license has been paid.
-
-
-Restrictions
-------------
-
-You may not distribute copies of the software to another party or electronically transfer the software from one computer to another if one computer belongs to another party.
-
-You may not modify, adapt, translate, rent, lease, resell, distribute, or create derivative works based upon the software or any part thereof, with the exception of the libraries covered by another licenses. These libraries are listed below:
-
-* Graphviz (AT&T)
-* LLVM (University of Illinois)
-* udis86 (BSD)
-* Capstone (BSD)
-
-
-Limited Warranty and Disclaimers
---------------------------------
-
-The software is provided "as is" without warranty of any kind.
-
-Cryptic Apps expressly disclaims all implied warranties, included but not limited to the implied warranties of merchantability and fitness for a particular purpose. Cryptic Apps does not guarantee the software or any accompanying materials in terms of their correctness, accuracy, reliability, or otherwise. The entire risk as to the results and performance of the software and written materials is assumed by you.
-
-
-Complete Statement of Warranty
-------------------------------
-
-The limited warranty provided in preceding paragraphs are the only warranties of any kind made by Cryptic Apps on this product. No oral or written information or advice given by Cryptic Apps, its dealers, distributors, agents or employees shall create a warranty or in any way increase the scope of this warranty, and you may not rely on any such information or advice. This warranty gives you specific legal rights. You may have other rights, which vary from country to country.
-
-
-Limitation of Liability
------------------------
-
-In no event will Cryptic Apps or its employees be liable to you for any consequential, incidental, or indirect damages arising out of the use or the inability to use the software or accompanying written material. This includes damages for loss of business profits, business interruption and loss of business information. The liability of Cryptic Apps for actual damages for any cause whatsoever is limited to the money paid for the software that caused the damages.
-
-
-Termination
------------
-
-This license is effective until terminated. It will terminate immediately without notice if you fail to comply with any of its provisions. Upon termination you must destroy the software and all copies thereof. You may terminate this license at any time by destroying the software and all copies thereof.
diff --git a/PKGBUILD b/PKGBUILD
index bccde2d1ee3d..9cc1a0572173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,36 +1,38 @@
-# Maintainer: Jonathon Fernyhough <jonathon_at_m2x.dev>
+# Maintainer: Emma Tebibyte <emma@tebibyte.media>
-pkgname=hopper
-_pkgname=hopperv4
-pkgver=4.9.5
+pkgname="hopper"
+pkgver=0.1.0
pkgrel=1
-pkgdesc="Reverse engineering tool that lets you disassemble, decompile and debug your applications"
-arch=(x86_64)
-url="https://www.hopperapp.com/"
-license=('Commercial')
-depends=('hicolor-icon-theme' 'libbsd' 'libdispatch' 'qt5-base')
-provides=("${_pkgname}")
-conflicts=("${_pkgname}")
-source=("https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-$pkgver-Linux.pkg.tar.xz"
- 'LICENSE')
-# sha1 on https://www.hopperapp.com/download.html
-sha1sums=('afffdd2dd86df24ddfd8a3e6bfe91a34b007e28e'
- 'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
-changelog=ChangeLog
+pkgdesc="A Minecraft mod manager for the terminal"
+arch=("x86_64")
+url="https://git.tebibyte.media/minecrust/hopper"
+license=("AGPL3")
+source=("git+https://git.tebibyte.media/minecrust/hopper")
-package() {
- # Copy package content
- cp -r "$srcdir"/opt "$pkgdir"/opt
- cp -r "$srcdir"/usr "$pkgdir"/usr
+depends=()
+optdepends=()
+makedepends=("rust" "cargo" "git")
+provides=("hopper")
+
+sha256sums=("SKIP")
- # Move docs to /opt
- mv "$pkgdir"/usr/share/doc/hopperv4 "$pkgdir"/opt/hopper-v4/doc
- ln -s /opt/hopper-v4/doc "$pkgdir"/usr/share/doc/hopperv4
+pkgver() {
+ cd $pkgname
+ cargo pkgid | cut -d# -f2 | cut -d: -f2
+}
- # Remove launcher from Accessories
- sed -i '10s|Utility;||' "$pkgdir"/usr/share/applications/hopper-v4.desktop
+prepare() {
+ cd $srcdir/$pkgname
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
- # Install license file
- # https://www.hopperapp.com/license_agreement.html @ 2017-08-14
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+check() {
+ cd $srcdir/$pkgname
+ export RUSTUP_TOOLCHAIN=stable
+ cargo test --frozen --all-features
+}
+
+package() {
+ cd $srcdir/$pkgname
+ cargo install --no-track --all-features --root "$pkgdir/usr/" --path .
}