Guest User

Untitled

a guest
Jul 17th, 2018
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Last login: Sun Nov 8 21:46:05 on ttys000
  2. new-host-2:~ Sam$ /Users/Sam/Downloads/class-dump-x
  3. -bash: /Users/Sam/Downloads/class-dump-x: Permission denied
  4. new-host-2:~ Sam$ cd Deskto
  5. -bash: cd: Deskto: No such file or directory
  6. new-host-2:~ Sam$ cd Desktop
  7. new-host-2:Desktop Sam$ chmod 777 ./class-dump-x
  8. new-host-2:Desktop Sam$ chmod 777
  9. usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a [i][# [ n]]] mode|entry file ...
  10. chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
  11. new-host-2:Desktop Sam$ ./class-dump-x
  12. class-dump 3.1.2
  13. class-dump-x 1.0.1. Modified by Holly Lee <holly.lee@gmail.com> and pinxue <pinxue@gmail.com> for Objective-C 2.0 ABI
  14. Usage: class-dump [options] <mach-o-file>
  15.  
  16. where options are:
  17. -a show instance variable offsets
  18. -A show implementation addresses
  19. --arch <arch> choose a specific architecture from a universal binary (ppc, ppc7400, ppc64, i386, x86_64, etc.)
  20. -C <regex> only display classes matching regular expression
  21. -f <str> find string in method name
  22. -H generate header files in current directory, or directory specified with -o
  23. -I sort classes, categories, and protocols by inheritance (overrides -s)
  24. -o <dir> output directory used for -H
  25. -r recursively expand frameworks and fixed VM shared libraries
  26. -s sort classes and categories by name
  27. -S sort methods by name
  28. -t suppress header in output, for testing
  29. --list-arches list the arches in the file, then exit
  30. new-host-2:Desktop Sam$
Add Comment
Please, Sign In to add comment