Jad simple anti-compiler tool usage

  Abstract: The anti-compilers use simple tools jad 

  </ Td> </ tr> <tr> <td height="35" valign="top" class="ArticleTeitle"> decompile use simple tools jad 
  The following assumptions jad.exe in c: \ java directory 
  First, the basic usage 
  Usage: jad [option (s)] 
  Direct input of the file name, and support wildcards, as shown below. 
  C: \ java \> jad example1.class 
  C: \ java \> *. jad class 
  Example1.class results will be compiled for the anti-example1.jad.    Example1.jad to example1.java that will be a source document. 

  <table Width="645" border="0"> <tr> <td width="355"> 2, Option-o 
  Do not suggest that covered three source files, Option-s 
  C: \ java \> jad-sjava example1.class 
  Results-compiler. Java for the extension. 

  4, Option-p 
  The results will be anti-compiler output to the screen 
  C: \ java \> jad-p example1.class 
  Anti-compiler results will be redirected to a file 
  C: \ java \> p example1.class jad-> example1.java 

  5, Option-d 
  Anti-designated compiled output file directory 
  C: \ java \> jad-o-dtest-sjava *. class </ td> <td width="280"> </ td> </ tr> </ table> 

  </ Td> </ tr> <tr> 

  ↑ Back 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • DotNetKicks
  • DZone
  • Netvouz
  • Propeller

Tags:

Releated Java Articles

Comments

Leave a Reply