Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: help
Post: RE: help
it is not possible to get the original c++ code from compiled executable because c++ gets compiled to native machine code. imho the best way to reverse native executables is by disassembling. Check Ol... |
|
mik01 |
Help
|
1 |
4,393 |
07-27-2016, 07:41 PM |
|
|
Thread: [HELP] How to decompile protected classes.dex file
Post: RE: [HELP] How to decompile protected classes.dex ...
youbrey Wrote: (05-06-2016, 07:27 PM)
--
i am not using linux, can i live debugging on my device? like using gdb?
--
I'm using IDA and gdbserver for remote debugging. IDA v5.0 is free https://www.h... |
|
mik01 |
Help
|
11 |
18,036 |
05-09-2016, 04:35 PM |
|
|
Thread: [HELP] How to decompile protected classes.dex file
Post: RE: [HELP] How to decompile protected classes.dex ...
yes, your friend could be right. I didn't look any further on the target but i've seen libpp.so has some AES decryption routines which get called in almost every jni method. so i guess the original cl... |
|
mik01 |
Help
|
11 |
18,036 |
04-27-2016, 06:48 PM |
|
|
Thread: [HELP] How to decompile protected classes.dex file
Post: RE: [HELP] How to decompile protected classes.dex ...
thanks for sharing the target!
i had a little bit of spare time to take a look into the apk. here is what i found so far
the target is packed with medusah, or any custom packer which tries to le... |
|
mik01 |
Help
|
11 |
18,036 |
04-25-2016, 04:41 PM |
|
|
Thread: [HELP] How to decompile protected classes.dex file
Post: RE: [HELP] How to decompile protected classes.dex ...
youbrey Wrote: (04-13-2016, 04:55 AM)
--
there is just 'medusah' file on decompiled folder.
file :cantdecompile.zip (http://www58.zippyshare.com/v/yKdPwdJk/file.html)
--
is the original dex file... |
|
mik01 |
Help
|
11 |
18,036 |
04-19-2016, 06:53 AM |
|
|
Thread: [HELP] How to decompile protected classes.dex file
Post: RE: [HELP] How to decompile protected classes.dex ...
looks like this dex is protected/packed in some way. i think the packing process changed dex-headers. at runtime stubcode will "repair" the headers so the dexfile can be loaded again. this is a common... |
|
mik01 |
Help
|
11 |
18,036 |
04-09-2016, 06:01 PM |
|
|
Thread: matching android views xml ids to java
Post: RE: matching android views xml ids to java
AlexM20 Wrote: (03-10-2016, 08:29 PM)
--
Why I get like android:id="@id/textView1" in xlm and findviewbyid (3523423) in java in Bytecodeviewer?
--
When developing an android app the buildsystem gen... |
|
mik01 |
Help
|
1 |
3,441 |
03-23-2016, 04:57 AM |