E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Decompile
反编译[学习笔记]
Onesteptool://https://github.com/ufologist/onekey-
decompile
-apkcreatethexxxx.apk.jarandthefolder**Getresourcefiles
在旅途
·
2016-01-18 18:00
[Erlang]系统内部监控工具
系统级别perftop,dstat-tam,vtune都能很好分析beam瓶颈,本文主要erlang级别排查:1.反编译 确认线上运行代码是否正确,reltools没掌握好,升级偶尔出现问题
decompile
abv123456789
·
2016-01-05 16:00
erlang
一个简单的Java反编译实例
1、目标对象packagecom.leiht.reflect.
decompile
; publicclassEntity{ publicvoidmethod1(){ System.out.println
leihongtai2010
·
2015-11-15 21:00
java
反射
反编译
repackage android application
decompile
the application file apktool d -o dianping/ dianping.apk modify the
·
2015-11-13 20:18
application
.net reflector & disassembler
for more info, http://blog.justinholton.com/post/How-to-
Decompile
-a-dot-NET-DLL-into-
·
2015-11-13 20:11
reflect
eclipse的插件
jode_1.0.6(Java Optimize and
Decompile
Environment ) 非常好用的Eeclipse的反编译插件,随时点击,随时查看源代码,但他的官方下载的都是核心源码,
·
2015-11-13 02:58
eclipse
偶尔会用到的有用的CMD命令
1.解压CHM cd /d (如果你的chm文档在系统盘的话,就没有必要写这个/d) [你的chm文档的路径名] 回车 hh -
decompile
[源文件的保存路径] [要反编译的chm格式电子书
·
2015-11-11 15:34
cmd
NET Reflector——.NET反编译工具
Reflector allows to easily view, navigate, search,
decompile
and analyze .NET as
·
2015-11-11 04:10
reflect
实现android apk反编译后代码混淆
通常情况下我们需要对我们开发的android代码进行混淆,以免代码在反编译时暴露敏感信息及相关技术代码; 反编译测试工具:onekey-
decompile
-apk-1.0.1。
·
2015-11-05 08:35
android
反编译Android apk文件
http://dohkoos.name/
decompile
-android-apk-file.html CMD:如果当前目录不在d盘,如“C:\Documents and Settings\$UserName
·
2015-10-30 14:45
android
erlang 故障排查工具
反编译 确认线上运行代码是否正确,reltools没掌握好,升级偶尔出现问题
decompile
(Mod) -> {ok,{_,[{abstract_code
·
2015-10-27 16:45
erlang
“Java decompiler” http://java.decompiler.free.fr/
http://java.decompiler.free.fr/ The “Java Decompiler project” aims to develop tools in order to
decompile
·
2015-10-27 14:06
compiler
反编译使用yield关键字的方法 转
反编译使用yield关键字的方法 原址:http://www.cnblogs.com/JeffreyZhao/archive/2010/01/26/
decompile
-methods-with-yield-manually.html
·
2015-10-21 11:36
yield
android 反编译入门
http://ophone8.com/thread-2830-1-1.html http://lytsing.org/wiki/android/
decompile
.html
·
2015-10-21 11:26
android
decompile
android apk
引用1.dex2jarfile.apk引用2.wgethttps://github.com/java-decompiler/jd-gui/releases/download/v1.4.0/jd-gui-1.4.0.jar引用3.java-jarjd-gui-1.4.0.jar引用4.openthejarfiledecompilebydex2jarinjd-gui
j4s0nh4ck
·
2015-08-11 14:00
Android APK反编译查看源码及资源文件
转载出处:http://www.trinea.cn/android/android-apk-
decompile
-to-view-source-code-and-resource-files/本文主要介绍如何反编译
coder_nice
·
2015-02-05 12:00
android
apk
反编译
[反编译U3D]
Decompile
Unity Resources 修正
反编译unityproject的资源文件,包括ios,android,pc等,仅供学习使用!工具(任选其一)1.disunity编译版地址:https://github.com/ata4/disunity/releases源码版地址:https://github.com/ata4/disunity条件:1、需要安装Jdk1.7http://www.oracle.com/technetwork/ja
元谷
·
2015-01-15 16:00
用windows命令解压chm文件
其实它还有另外一个功能——解压CHM文件在CMD中运行以下命令:hh.exe -
decompile
例如我想把JDKAPI16.CHM解压到当前目录的javadoc子目录中,可以这样:hh.exe-decompilejavadocJDKAPI16
donny945
·
2015-01-14 14:00
用windows命令解压chm文件
其实它还有另外一个功能——解压CHM文件在CMD中运行以下命令:hh.exe -
decompile
例如我想把jqueryApi.chm解压到当前目录的jqueryapi/子目录中,可以这样:hh.exe-decompilejqueryapijq
gsbhzh
·
2014-12-25 10:00
decompile
APK + eclipse to debug
反编译第三方APK.并且调试第三方APK用的工具如下: dex2jar baksmali.jarsmali.jarre-sign.jarjd-gui.exe1.反编译APK获取的源码 先解压缩APK获取classes.dex,使用dex2jar获取能看懂的jar,再导出所有源码到outSource文件夹中2.将获取到的classes.dex使用baksmali.jar编译成*.smali文件ja
zhangjianying
·
2014-11-24 15:00
java
apk
android
反编译
反编译相关命令
1、反编译apk(不包含反编译dex):apktool.batd-s-fC:\
decompile
\test.apkC:\
decompile
\test2、 将classes.dex反编译成smali文件:
u010142437
·
2014-11-07 16:00
android
jarsigner
反编译
apktool
baksmali
在线java反编译服务
最近findmaven.net提供了在线java反编译服务http://www.findmaven.net/
decompile
_cn.jsp。
a_jie1981
·
2014-07-29 11:00
java
apk反编译
Android APK反编译详解(附图) http://blog.csdn.net/ithomer/article/details/6727581 onekey-
decompile
-apk https
pyzheng
·
2014-06-26 15:00
apk
apk反编译
Android APK反编译详解(附图) http://blog.csdn.net/ithomer/article/details/6727581 onekey-
decompile
-apk https
pyzheng
·
2014-06-26 15:00
apk
java 8来袭,附送Android程序之java 8源码混淆工具!
控制流:介绍了虚假条件语句和其他误导性构造为了混淆和打破
decompile
kouxunli1
·
2014-05-21 13:00
java
8
Android documentation
decompile
[email protected]
2010-12-13MondayinBeijing A,decompileflowchart Second,toolstouse(command)Preparations SupposeIamworkingdirectoryforthe$AndroidDecompile,firstofalltosystem.imgin(orco
Cnlouds
·
2014-05-15 23:00
andriod 打包全过程
阅读更多http://www.360doc.com/content/12/0605/23/10058718_216280492.shtmlD:\开发工具\
decompile
-apk-tools\apktool-install-windows-r05
yjhexy
·
2014-05-03 22:00
andriod 打包全过程
http://www.360doc.com/content/12/0605/23/10058718_216280492.shtml D:\开发工具\
decompile
-apk-tools
yjhexy
·
2014-05-03 22:00
andriod
andriod 打包全过程
http://www.360doc.com/content/12/0605/23/10058718_216280492.shtml D:\开发工具\
decompile
-apk-tools
yjhexy
·
2014-05-03 22:00
andriod
反编译工具
https://code.google.com/p/onekey-
decompile
-apk/这个很不错
vane_
·
2014-04-09 14:00
apk
decompile
method
decompile
apk with apktool. mostly, i used to
decompile
the xml.
jonson
·
2014-03-20 15:00
apk decompile
xml decompile
反编译pyc文件
decompile
pyc file
首先确保安装了python,git,安装执行反编译程序需要。 其次安装反编译程序。 git clone https://github.com/gstarnberger/uncompyle.git cd uncompyle/ python setup.py install 最后就来反编译吧。 python uncompyler.py my.pyc > my.py&n
drymarsh
·
2014-01-07 15:00
python
chm转html的方法
chm转html的方法:在命令行下执行:hh.exe-
decompile
输出文件夹要处理的chm文件名.chm
cankykong1
·
2013-11-23 15:00
chm
eclipseJAVAEE插件
jode_1.0.6(Java Optimize and
Decompile
Environment ) 非常好用的Eeclipse的反编译插件,随时点击,随时查看源代码,但他的官方下载的都是核心源码,
拖拖鞋
·
2013-07-04 09:00
eclipse
(转)使用__FILE__和__LINE__定位错误
英文原帖:http://www.
decompile
.com/cpp/faq/file_and_line_error_string.htm翻译原帖:http://www.cppblog.com/heath
wuyong2k
·
2013-05-17 17:00
maven2编译报错
一.错误信息 今天优化了一个pom文件,结果出现下面的编译错误: /home/yangbolin/workspace/
decompile
/
decompile
_shared/src/main
bolinyang
·
2013-03-05 15:00
企业应用
批量反编译Android XML文件Python脚本
,如果要逐个地敲命令来反编译的话未免太麻烦了点,于是写了个Python脚本来完成批量反编译的工作,现把代码贴上:''' 利用AXMLPrinter2.jar反编译Android的xml文件 使用:
decompile
.pypath
kingjxust
·
2012-09-08 14:00
xml
android
python
File
command
Path
Android:apk反编译步骤,打包、签名和逆向工程经验总结
思路一、apktool1.通过apktool反编译出资源和smali apktooldMobileManager.apkF:\Android\
decompile
\apktool>apktooldMobileManager.apk
annkie
·
2012-09-07 14:00
java
eclipse
android
manager
jar
工具
apktool反编译脚本 和反编译工具
===================脚本apktoold-s-fD:\
decompile
\DbankAndroid_2.0.3.9_206666.apkD:\
decompile
\source pause
sqk1988
·
2012-08-02 13:00
脚本
编译」(compile),与「反编译」(
decompile
)..哪些语言容易被反编译.
编译」(compile),就有「反编译」(
decompile
)同样的道理,有「编译」(compile),就有「反编译」(
decompile
);有「反编译」,就有「反反编译」。
attilax2
·
2012-07-13 20:32
Java
程序
的
编译」(compile),与「反编译」(
decompile
)..哪些语言容易被反编译.
编译」(compile),就有「反编译」(
decompile
)同样的道理,有「编译」(compile),就有「反编译」(
decompile
);有「反编译」,就有「反反编译」。
attilax
·
2012-07-13 19:12
java
程序
的
反
编译」(compile),与「反编译」(
decompile
)..哪些语言容易被反编译.
编译」(compile),就有「反编译」(
decompile
)同样的道理,有「编译」(compile),就有「反编译」(
decompile
);有「反编译」,就有「反反编译」。
attilax
·
2012-07-12 22:06
java
程序
的
反
利用HH.exe转换Html文件
转换语法为:hh -
decompile
目标文件夹 源CHM文件名。 如:hh -
javaEEdevelop
·
2012-05-30 11:00
html
利用HH.exe转换Html文件
转换语法为:hh -
decompile
目标文件夹 源CHM文件名。 如:hh -
javaEEdevelop
·
2012-05-30 11:00
html
最常用的几个chm转html + html转chm方法与软件介绍
hh命令如下:hh-
decompile
[html保存路径][chm文件]例如hh-decompiled:\天龙八部.chm可以用批处理让这个反编译的操作更加简单。
佚名
·
2012-05-18 02:36
Using __FILE__ and __LINE__ to Report Errors
原:http://www.
decompile
.com/cpp/faq/file_and_line_error_string.htmUsing__FILE__and__LINE__toReportErrorsbyCurtisKrauskopfQ
zdsfwy
·
2012-04-24 10:35
__FILE__
__line__
Using __FILE__ and __LINE__ to Report Errors
原:http://www.
decompile
.com/cpp/faq/file_and_line_error_string.htmUsing__FILE__and__LINE__toReportErrorsbyCurtisKrauskopfQ
zdsfwy
·
2012-04-24 10:35
__FILE__
__LINE__
反编译Android apk文件
http://dohkoos.name/
decompile
-android-apk-file.htmlCMD:如果当前目录不在d盘,如“C:\DocumentsandSettings\$UserName
repoem
·
2011-11-20 13:00
Android之反编译
/archive/2011/10/19/2172272.htmlAndroid中比较好的反编译方法: http://www.maxhis.info/androiding/android-apk-
decompile
terryzz
·
2011-11-09 10:00
android
Android Tricks: How to
Decompile
an Apk file
While learning how to program, it is inevitable to turn to reverse engineering, to learn the way that how others solve problem. There is no exception when learning development on Android platform. Her
jandroid
·
2011-10-11 23:00
android
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他