Skip to content

6un3u/MachOhelper

Repository files navigation

MachOhelper

Get the hash value of section in segment of MachO file

MachO 파일 구조 분석 관련하여 정리한 문서: https://velog.io/@nzero/MachO

USAGE

MachOhelper <file-path> [--seg <seg>] [--sec <sec>]

ARGUMENTS

  • <file-path> : MachO File path

OPTIONS

  • --seg <seg> : Segment name (default: __TEXT)
  • --sec <sec> : Section name (default: __text)
  • --version : Show the version.
  • -h, --help : Show help information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages