定制 thefox/macho 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thefox/macho

最新稳定版本:v0.5.0

Composer 安装命令:

composer create-project thefox/macho

包简介

PHP script for modifying Mach-O executable i386 and x86_64 files.

README 文档

README

PHP script for modifying Mach-O 64-bit executable x86_64 files using PHP.

Project Outlines

The project outlines as described in my blog post about Open Source Software Collaboration.

  • The main purpose of this software is to modify Mach-O 64-bit executable x86_64 files using PHP.
  • This list is open. Feel free to request features.

Installation

The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to composer.json:

composer require thefox/macho

Usage

To print general informations about a binary executable you can type the following command into your shell:

./macho binary --all PATH

For example:

./macho binary --all

Another way to print general informations about a binary executable is to use dbg.sh script. This script uses default OS X tools like nm and otool.

Links

Examples

Look into examples directory to see code examples how to use this in your own project.

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-01-22