Skip to content

NSAntoine/printents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

printents

A CommandLine tool that prints the entitlements of an .app bundle or any executable on device, demonstrating the AppSandbox private framework. usage: printents <path>, ie printents /Application/Safari.app or printents /usr/libexec/locationd --format json

Compiling

To compile, run clang main.m -F/System/Library/PrivateFrameworks -framework AppSandbox -framework Foundation -fobjc-arc

Options

-f, --format: speciifes the format of the output, of which there is 3:

  • NSDictionary
  • JSON
  • XML

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published