/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Hacking a Smart Home Device (2024)
(jmswrnr.com)
314 points
walterbell
| 2 comments |
15 Apr 25 03:12 UTC
|
HN request time: 0.446s
|
source
1.
Oxodao
◴[
15 Apr 25 06:52 UTC
]
No.
43689747
[source]
▶
>>43688658 (OP)
#
For initial RE, I'd highly suggest jadx-gui over dex2jar+jd-gui it has a lot of nice feature
replies(1):
>>43689856
#
ID:
GO
2.
grishka
◴[
15 Apr 25 07:10 UTC
]
No.
43689856
[source]
▶
>>43689747 (TP)
#
Not only that, jadx operates on dex files directly and the conversion from dex to regular JVM classes can sometimes be lossy. So you tend to get better decompilation with jadx vs dex2jar and any regular Java decompiler.
↑