Oct 05, 2008

JAD を Mac OS X にインストール

Mac OS X に JAD をインストールしたときのメモ。 ・・・解凍して移動するだけなのだけれど。

Jad - the fast JAva Decompiler
http://www.kpdus.com/jad.html

JAD のインストール

$ sudo mv ./jad /usr/bin/
Password:
$ sudo chmod 755 /usr/bin/jad
$ jad
Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov (jad@kpdus.com).
Usage:    jad [option(s)] 
Options: -a       - generate JVM instructions as comments (annotate)
         -af      - output fully qualified names when annotating
         -b       - generate redundant braces (braces)
  (略)
         -t       - use tabs instead of spaces for indentation
         -v       - show method names while decompiling
$ 

TrackBack ping me at
http://www.in-vitro.jp/blog/index.cgi/Apple/20081005_01.trackback
Post a comment

writeback message: Ready to post a comment.