0.1.0 • Published 7 months ago

macho-ts v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

macho-ts

This is a rewrite of Fedor Indutny's macho nodejs library in TypeScript.

Simple and incomplete Mach-O binary format parser.

Usage

const data = fs.readFileSync(process.execPath);
const exec = macho.parse(data);
console.log(exec.filetype);

See test/ for more details

LICENSE

This software is licensed under the MIT License.

Copyright pancake, 2023 Copyright Fedor Indutny, 2014-2016.

0.1.0

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

8 months ago