|
c*****t 发帖数: 1879 | 2 1. download the applet, decompile to java code. Then you can do
whatever, such as run in debug mode.
2. get a packet sniffer. The url you saw in the code could be modified
due to various reasons, such as protocols etc. |
|
D****r 发帖数: 309 | 3 This is an obvious fact, since java is not not a (deeply enough) compiled
language and easily be decoded, as mention @wiki, java is " Java is
translated to a form that is intended to be interpreted", so more close to
be called a "interpreted language".
C/C++ programs are impossible to be decompiled into Assembly level, which
tells how close the code to machine/chips, where it is to be interpreted and
executed.
That is a efficiency/speed of execution.
In a word, java is focus on understandable, ... 阅读全帖 |
|
e*****t 发帖数: 1005 | 4 这个……
哪个语言不行啊,当然java的decompile出来还比较易读就是了。 |
|
w**z 发帖数: 8232 | 5 有Github, contribute code 容易多了。fork, modify, test, commit,
pullrequest。然后会有committer code review, then merge。 如果不被接受,
worst case 自己build 一个,当然自己maintain 一个branch 比较烦,但这是下下策
,总比等死强啊。
当然前提是你能fix bug, 当初,我们用web logic 有问题,把他的jar decompile,
找出原因,又能怎么样?只能想办法work around。 |
|
d******k 发帖数: 4295 | 6 visual studio就有,叫Dotfuscator。不过decompile的工具很多,对方想看一样看。 |
|
w**z 发帖数: 8232 | 7 http://www.theregister.co.uk/2014/04/08/google_kills_virus_app_
"Virus Shield", an app that briefly shot to the top of the charts on Google
Play, has turned out to be a complete fake and has therefore been pulled by
Google.
The scam, turned up by Android Police, is as simple as a con-man could wish
for: the app includes almost no functionality whatever, yet it was briefly a
chart-topper on Google Play, something that at $US3.99 for the download.
According to Appbrain, the software sailed past 10... 阅读全帖 |
|
w**z 发帖数: 8232 | 8 有时没有source code, 就decompile 看看到底哪里出问题。 |
|
h*****4 发帖数: 4219 | 9 弄个decompiler 直接把jar还原成class |
|
p***c 发帖数: 5202 | 10 印象中没有哪个IDE自带的吧,另外用过几个,有的烂,要么就是好久没更新
我有几个上游厂商提供的api,以前的decompiler总是搞不定,这次试试这个 |
|
g*****g 发帖数: 34805 | 11 自带的没有,但是eclipse里加一个第三方的不难。decompiler的问题是行号对不上,
所以不是那么好用。还是尽量用开源的,出事了最差还能自己fix。 |
|
f*******t 发帖数: 7549 | 12 改过apk,decompile成一堆smali文件,改些内容再重新编译回apk |
|
p*u 发帖数: 2454 | 13 So 2Sigma knew he used decompiler program back in last June but didn't take
any actions against him. Maybe it's not serious enough since he just
memorized in his head. Instead 2Sigma has been actively monitoring and
waiting for him to make moves. They even paid him good money at year end.
Finally that guy emailed documents and quit, 2Sigma then had him arrested.
TOO DARK. |
|
p*u 发帖数: 2454 | 14 So 2Sigma knew he used decompiler program back in last June but didn't take
any actions against him. Maybe it's not serious enough since he just
memorized in his head. Instead 2Sigma has been actively monitoring and
waiting for him to make moves. They even paid him good money at year end.
Finally that guy emailed documents and quit, 2Sigma then had him arrested.
TOO DARK. |
|
m*********k 发帖数: 10521 | 15 [Pingpong]
61125 ; vvWvv Dec 22 ● 领圣诞包子在此排队
成功奖励 10 伪币的用户: QQMJ, bbs1011, archiles, airjojo, legender, javelin,
nmtycl, USATT2011, Qiutian, Rusty, downspring, Trojan, yjcs, ypeng,
HokieMan, Jingqg1979, jokeyzhu, hsh, knopfler, blogrance, frankluo2008, call
, grass, VVMTT, jxg, Drake, SmartFarter, rocnex, baybridge09, hunhuner,
zhuxiaseng, qings, MT28, decompiler, svtt, Renshaw, cruisers, aplets, tracy1
, SleepyCoffee, fsd, hopeman, unknownuser, goducks, yinjing, hualavender,
POD, buaa, c... 阅读全帖 |
|
m*********k 发帖数: 10521 | 16 [Pingpong]
60999 ; Drake Dec 21 ● 现在俨然
成功奖励 10 伪币的用户: svtt, Jingqg1979, jxg, archiles, bbs1011, qings,
call, surefirer, VVMTT, QQMJ, unknownuser, kfgan, yonexer, rocnex, blogrance
, yjcs, PenRBS, wwvvca, javelin, SmartFarter, Belichick, Rusty, HokieMan,
hunhuner, jokeyzhu, downspring, Renshaw, ypeng, fsd, nmtycl, ttlover, chen91
, zhuxiaseng, haolaa, decompiler, MT28, DHS, Bierhoff, netmn, bluerock, pash
, ppxwwtaking, ipets, miluo, knopfler, hualavender
扣除版面:(Pingpong)460伪币成功 |
|
|
z*******n 发帖数: 1034 | 18 By Aaron Mamiit, Tech Times | June 21, 10:22 PM
Share(0 )Tweet(1 ) 0 Comments
Android
Google will make the Android faster and more efficient with the replacement
of the Dalvik runtime with ART. However, there are some compatibility issues
with the new runtime.
(Photo : Tsahi Levent-Levi)
Google is dropping the Dalvik runtime for ART, which will make the Android
system work faster and become more energy efficient.
The runtime handles the decompilation of all Android apps in real time.
Google intr... 阅读全帖 |
|
|