吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2702|回复: 41
上一主题 下一主题
收起左侧

[Mac OSX] Hopper Disassembler 5.15.4 Premium (高級版) [17 May 2024]

  [复制链接]
跳转到指定楼层
楼主
BlackHatRCE 发表于 2024-5-13 12:08 回帖奖励
本帖最后由 BlackHatRCE 于 2024-5-18 15:13 编辑

Hopper Disassembler 5.15.4
The Reverse Engineering Tool that lets you Disassemble, Decompile and Debug your Applications.
(逆向工程工具可讓您反組譯、反編譯和偵錯您的應用程式)



Version (5.15.4)
OS - MacOS
Chip - Silicon Chip only
Update - 17 May 2024




  • Native
    Hopper is perfectly adapted to the environment. The macOS version makes full use of the Cocoa framework, and the Linux version makes use of Qt 5.
  • Procedures
    Hopper analyzes function's prologues to extract procedural information such as basic blocks and local variables.
  • Extensible
    With the Hopper SDK, you'll be able to extend Hopper's features, and even write your own file format and CPU support.
  • Control Flow Graph
    Once a procedure has been detected, Hopper displays a graphical representation of the control flow graph. You can even export a PDF.



Hopper displays the code using different representations. Take a look at the assembly, the CFG, and the pseudo-code of a procedure, all at the same time.

  • Scriptable
    Most of the Hopper features can be invoked from Python scripts, giving you the ability to transform a binary in any way you want.
  • Debugger
    Hopper can use LLDB or GDB, which lets you debug and analyze the binary in a dynamic way (only for Mac and Linux hosts, not for mobile devices).
  • Objective-C
    Even if Hopper can disassemble any kind of Intel executable, it does not forget its main platform. Hopper is specialized in retrieving Objective-C information in the files you analyze, like selectors, strings and messages sent.
  • Decompiler
    Based on an advanced understanding of the executable Hopper can present a pseudo-code representation of the procedures found in an executable.



Edit, annotate, comment your work directly from the interactive CFG view.

  • Swift
    This new version of Hopper is able to decode the mangled Swift names. No more cryptic names!
  • Tabs
    Use tabs to create workspaces with different representations of the file.
  • Semantic Coloration
    The analysis performed by Hopper separates code from data, memory accesses from stack variables… And to help you understand the various discovered objects, Hopper will use a different color to each of them.
  • Types
    Use the embedded type editor to create your own structures, unions, or enumerated types. It greatly helps the understanding of the code to use symbols, rather than raw numbers.



Find what you are looking for. The inspector panel automatically adapts its content according to the context.



Tutorials :

  • https://www.hopperapp.com/tutorial.html
  • https://abad1dea.tumblr.com/post/23487860422/analyzing-binaries-with-hoppers-decompiler
  • https://taomm.org/PDFs/vol1/CH%200x07%20Disassembling%20&%20Decompilation.pdf
  • https://dhiyaneshgeek.github.io/mobile/security/2021/12/25/hopper-disassembler/

FAQ :

  • https://www.hopperapp.com/faq.html

Plugins :
  • https://github.com/agatti/hopper-plugins
  • https://github.com/knightsc/hopper





VirusTotal Score :
https://www.virustotal.com/gui/file/70a0ddc9275f531e153b0f346754a891ae5f6d153bfc08835ad1759e1974400f (5.15.3)
https://www.virustotal.com/gui/file/e46e540625b75024177efcb0869fe41015d42b30bc54271c01e2be7dc7dc3707 (5.15.4)

Download Link : https://github.com/BlackHatRCE/hop-osx

Password : password.txt (41 Bytes, 下载次数: 121)

Credits : QinghanAWQ




You can resign If you need :

[Bash shell] 纯文本查看 复制代码
sudo codesign --remove-signature "/Applications/Hopper Disassembler.app" && sudo codesign -f -s - --timestamp=none --all-architectures --deep "/Applications/Hopper Disassembler.app" && sudo xattr -cr "/Applications/Hopper Disassembler.app"

Turn Off the SIP If only you are unable to launch.

免费评分

参与人数 9吾爱币 +12 热心值 +9 收起 理由
xutianliu + 1 + 1 谢谢@Thanks!
hipojie + 1 + 1 感谢发布原创作品,吾爱破解论坛因你更精彩!
gjianbo + 2 + 1 谢谢@Thanks!
xixicoco + 2 + 1 大佬作品,非常的棒
gaoyanchen + 1 + 1 谢谢@Thanks!
pdc9911 + 1 + 1 谢谢@Thanks!
52qwer + 1 热心回复!
Vvvvvoid + 3 + 1 谢谢@Thanks!
LW404 + 1 + 1 谢谢@Thanks!

查看全部评分

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

推荐
xixicoco 发表于 2024-5-14 15:01
经过一番折腾,终于可以用了
感谢大佬提供这一利器,多谢多谢,辛苦了
贴一下软件的关于信息:
推荐
hipojie 发表于 2024-5-15 12:36
本帖最后由 hipojie 于 2024-5-16 15:46 编辑

Important tip:the key of success run the app is turn off  SIP of computer.

重要提示:这个程序运行成功的重点是电脑关闭 SIP。

另外楼主给的命令不太对,经过 @havonz 提醒正确的命令应该是

sudo codesign --remove-signature "/Applications/Hopper Disassembler v4.app"  && 

sudo codesign -f -s - --timestamp=none --all-architectures --deep "/Applications/Hopper Disassembler v4.app"  &&

sudo xattr -cr "/Applications/Hopper Disassembler v4.app"

I'm Looking forward to the Intel version!
沙发
cyba01 发表于 2024-5-13 16:58
3#
wyp123 发表于 2024-5-13 17:24
intel可以使用吗
4#
 楼主| BlackHatRCE 发表于 2024-5-13 17:29 |楼主

It is for ARM only.
5#
wyp123 发表于 2024-5-13 17:48

Okay. Thank you.
6#
crshen 发表于 2024-5-13 19:50
Thank you very much
7#
xixicoco 发表于 2024-5-13 19:53
感谢老大提供的高级版本,但是经过测试好像是用不了

测试环境:
m1 macbookair

用签名和不签名都提示应用程序无法打开

签名提示如下:
/Applications/Hopper Disassembler.app: bundle format is ambiguous (could be app or framework)
In subcomponent: /Applications/Hopper Disassembler.app/Contents/Frameworks/Sparkle.framework

8#
haoii123 发表于 2024-5-13 20:09
谢谢分享
9#
 楼主| BlackHatRCE 发表于 2024-5-13 20:12 |楼主
xixicoco 发表于 2024-5-13 19:53
感谢老大提供的高级版本,但是经过测试好像是用不了

测试环境:

I suggested how to resign. Try all those 3 commands one by one.
10#
xixicoco 发表于 2024-5-13 20:24
BlackHatRCE 发表于 2024-5-13 20:12
I suggested how to resign. Try all those 3 commands one by one.

我一条条的输入上面的命令,在第2条的时候还是提示同样的错误
我的系统是sonoma14.4.1
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则 警告:本版块禁止灌水或回复与主题无关内容,违者重罚!

快速回复 收藏帖子 返回列表 搜索

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-5-29 14:06

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表