当前位置:网站首页>Mobile security tools -jad
Mobile security tools -jad
2022-06-27 07:31:00 【Deep safety laboratory】
1 demand
-
- -d <dir> - directory for output files
-
- -o - overwrite output files without confirmation
-
- -r - restore package directory structure
-
- -s <ext> - output file extension (default: .jad)
Official website address :
2 grammar
Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov ([email protected]).
Usage: jad [option(s)] <filename(s)>
Options: -a - generate JVM instructions as comments (annotate)
-af - output fully qualified names when annotating
-b - generate redundant braces (braces)
-clear - clear all prefixes, including the default ones
-d <dir> - directory for output files
-dead - try to decompile dead parts of code (if there are any)
-dis - disassembler only (disassembler)
-f - generate fully qualified names (fullnames)
-ff - output fields before methods (fieldsfirst)
-i - print default initializers for fields (definits)
-l<num> - split strings into pieces of max <num> chars (splitstr)
-lnc - output original line numbers as comments (lnc)
-lradix<num>- display long integers using the specified radix
-nl - split strings on newline characters (splitstr)
-noconv - don't convert Java identifiers into valid ones (noconv)
-nocast - don't generate auxiliary casts
-noclass - don't convert .class operators
-nocode - don't generate the source code for methods
-noctor - suppress the empty constructors
-nodos - turn off check for class files written in DOS mode
-nofd - don't disambiguate fields with the same names (nofldis)
-noinner - turn off the support of inner classes
-nolvt - ignore Local Variable Table entries (nolvt)
-nonlb - don't insert a newline before opening brace (nonlb)
-o - overwrite output files without confirmation
-p - send all output to STDOUT (for piping)
-pa <pfx>- prefix for all packages in generated source files
-pc <pfx>- prefix for classes with numerical names (default: _cls)
-pe <pfx>- prefix for unused exception names (default: _ex)
-pf <pfx>- prefix for fields with numerical names (default: _fld)
-pi<num> - pack imports into one line using .* (packimports)
-pl <pfx>- prefix for locals with numerical names (default: _lcl)
-pm <pfx>- prefix for methods with numerical names (default: _mth)
-pp <pfx>- prefix for method parms with numerical names (default:_prm)
-pv<num> - pack fields with the same types into one line (packfields)
-r - restore package directory structure
-radix<num>- display integers using the specified radix (8, 10, or 16)
-s <ext> - output file extension (default: .jad)
-safe - generate additional casts to disambiguate methods/fields
-space - output space between keyword (if, while, etc) and expression
-stat - show the total number of processed classes/methods/fields
-t<num> - use <num> spaces for indentation (default: 4)
-t - use tabs instead of spaces for indentation
-v - show method names while decompiling
-8 - convert Unicode strings into ANSI strings (ansi)
-& - redirect STDERR to STDOUT3 Example
4 Reference material
边栏推荐
- Hutool symmetric encryption
- 大学数据库mysql
- Some settings about postfix completion code template in idea
- 1-4 进制表示与转换
- [graduation season] graduation is the new beginning of your life journey. Are you ready
- manim 数学引擎
- R language calculates Spearman correlation coefficient in parallel to speed up the construction of co occurrence network
- Self test in the second week of major 4
- win10远程连接云服务器
- R 语言 基于关联规则与聚类分析的消费行为统计
猜你喜欢

Configuring FTP, enterprise official website, database and other methods for ECS

OPPO面试整理,真正的八股文,狂虐面试官
![[Software Engineering] software engineering review outline of Shandong University](/img/38/2c783df56b50dee3bbb908f6f3e70e.png)
[Software Engineering] software engineering review outline of Shandong University

Some settings about postfix completion code template in idea

在线文本数字识别列表求和工具

Goodbye, agile Scrum
![[graduation season] graduation is the new beginning of your life journey. Are you ready](/img/4e/aa763455da974d9576a31568fc6625.jpg)
[graduation season] graduation is the new beginning of your life journey. Are you ready

Xiaomi Interviewer: let's talk about the proficient Registration Center for three days and three nights

volatile 和 synchronized 到底啥区别?
![log4j:WARN No such property [zipPermission] in org.apache.log4j.RollingFileAppender.](/img/2c/425993cef31dd4c786f9cc5ff081ef.png)
log4j:WARN No such property [zipPermission] in org.apache.log4j.RollingFileAppender.
随机推荐
Guava tutorial collect some cases and write Google tool classes slowly
How torch.gather works
One person manages 1000 servers? This automatic operation and maintenance tool must be mastered
攻防演习防御体系构建之第一篇之介绍和防守的四个阶段
Origin of forward slash and backslash
大学数据库mysql
Solve the problem of win10 wsl2 IP change
postgreSQL在windows系统遇到权限否认(permission denied)
vs怎么配置OpenCV?2022vs配置OpenCV详解(多图)
Interviewer: please introduce cache penetration, cache null value, cache avalanche and cache breakdown, which are easy to understand
面试官:请你介绍一下缓存穿透、缓存空值、缓存雪崩、缓存击穿的,通俗易懂
SQL考勤查询间隔一小时
内存屏障今生之Store Buffer, Invalid Queue
Centos7.9 install MySQL 5.7 and set startup
[Kevin's third play in a row] is rust really slower than C? Further analyze queen micro assessment
Idea方法模板
仙人掌之歌——投石问路(1)
YOLOv6又快又准的目标检测框架 已开源
语音信号特征提取流程:输入语音信号-分帧、预加重、加窗、FFT->STFT谱(包括幅度、相位)-对复数取平方值->幅度谱-Mel滤波->梅尔谱-取对数->对数梅尔谱-DCT->FBank->MFCC
How to download opencv? How to configure opencv after downloading?