Python Module for Parsing & Reverse Engineering Mach-O Executables.
Project description
Wh1teM0cha
Python Module for Parsing & Reverse Engineering Mach-O Executables.
Installation
- You can simply run this command.
pip3 install wh1tem0cha
How to Use
[!NOTE] This section contains brief information about the module. For more information please visit USECASES.md
General Information About Target Binary
- Description: With this feature you can get general information from target MACH-O binary.
from wh1tem0cha import Wh1teM0cha
wm = Wh1teM0cha("target_binary_file")
wm.get_binary_info()
List Segments
- Description: This method is for parsing and listing segments.
from wh1tem0cha import Wh1teM0cha
wm = Wh1teM0cha("target_binary_file")
wm.get_segments()
Get Target Segment Information
- Description: With this method you can get additional information about the target segment.
from wh1tem0cha import Wh1teM0cha
wm = Wh1teM0cha("target_binary_file")
wm.segment_info("__TEXT")
List Sections
- Description: This method is for parsing and listing sections.
from wh1tem0cha import Wh1teM0cha
wm = Wh1teM0cha("target_binary_file")
wm.get_sections()
Get Target Section Information
- Description: With this method you can get additional information about the target section.
from wh1tem0cha import Wh1teM0cha
wm = Wh1teM0cha("target_binary_file")
wm.section_info("__text")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wh1tem0cha-0.3.tar.gz
(21.7 kB
view details)
Built Distribution
wh1tem0cha-0.3-py3-none-any.whl
(20.7 kB
view details)
File details
Details for the file wh1tem0cha-0.3.tar.gz
.
File metadata
- Download URL: wh1tem0cha-0.3.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d1ecfe30fb86b6b8ae1ceef371dc453f4850e0cc189d3bff7f059ca96402be8 |
|
MD5 | 82e25fef437672d580ffe4ed00da9621 |
|
BLAKE2b-256 | f3055d98678fb99761bdadf4437c40dc99cdae1b68627356c70d47d25b953606 |
File details
Details for the file wh1tem0cha-0.3-py3-none-any.whl
.
File metadata
- Download URL: wh1tem0cha-0.3-py3-none-any.whl
- Upload date:
- Size: 20.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5b08ac3e7281739e6e97e551c4a0168685ffb6e1ce79d411e8736d9a360932a |
|
MD5 | 206bcdcfea8add9bb95617d7d43a07d4 |
|
BLAKE2b-256 | fa8b63f2ce95b648d5381da9b0d23e44bf92fd1d8e4838b58026ddb049c57323 |