Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lxdvs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Airbnb Tech Talk: Tatu Saloranta, author of Jackson JSON parser
(airbnb.com)
18 points
by
lxdvs
13y ago
|
0 comments
2.
▲
by
lxdvs
14y ago
As I noted in the Github Readme, this tool will not generate code that you will able to RE compile. My tool does a lot of things, but straight-up repackaging/ripping off other people's apps is exactly what apk2gold is bad at.
3.
▲
by
lxdvs
14y ago
I'm into it. Considering including apktool as submodule and building alongside.
4.
▲
by
lxdvs
14y ago
just like that.
5.
▲
by
lxdvs
14y ago
Totally agree with everything you just said! I'm not down on Smali; obviously its incredibly powerful because you can tweak and baksmali. I just personally have no need to modify and rebuild Dalvik.
6.
▲
by
lxdvs
14y ago
Oh, wow, this is great. &term=SECRET+KEY&...
7.
▲
by
lxdvs
14y ago
thats totally sweet. Actually had not seen that, which is surprising considering the research I've been doing for this project. Thanks for the heads up!
8.
▲
by
lxdvs
14y ago
would have been impossible without your work :) thanks man
9.
▲
by
lxdvs
14y ago
It doesn't even decompile to "useable" code, but it does compile to code that will give you the gist of what what the intention was and what the actual commands are. Decompilation to java is still a lossy process; if you want a non-lossy pr
10.
▲
by
lxdvs
14y ago
So I have not actually used V10S (dont have a windows machine for one thing), but my impression is that it was only for smali code. This decompiles to Java, and its for Linux/OSX. I would say that V10S is for small modification/hax, and j
11.
▲
Introducing Apk2Gold, an easy and comprehensive Android APK decompiler
(github.com)
47 points
by
lxdvs
14y ago
|
25 comments