Skip to content

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

18 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages