#61
|
||||
|
||||
public onClick and added move-object v0, v1 see at line 67 also compareTo and key near.png
Link: https://www101.zippyshare.com/v/9wgyFTaQ/file.html so, question is: how to make android program pop up the v0 value after line move-object v0, v1 ????
__________________
Decode and Conquer |
The Following User Says Thank You to niculaita For This Useful Post: | ||
Indigo (07-19-2019) |
#62
|
|||
|
|||
This is more like Android reversing...
Android boolean examples: A boolean method changed to return false: 1200 const/4 v0 0 0F00 return v0 A boolean method changed to return true: 1210 const/4 v0 1 0F00 return v0 In your example niculaita: move-result v1 ; this set v1 with 1/0 ifnez v1, : cond1 ; check v1 https://www.tutorialspoint.com/java/java_string_compareto.htm https://www.javatpoint.com/java-string-compareto Java String compareTo() Method returns 0 if strings are equal! |
#63
|
|||
|
|||
JDGui version 1.6.6
Download and changelog http://java-decompiler.github.io/ |
#64
|
|||
|
|||
I've also had good experiences with jad -- http://www.kpdus.com/jad.html -- in the past.
|
#65
|
|||
|
|||
How to debug Java applications like OllyDBG
Debugging is available for Java applications? |
#66
|
|||
|
|||
Quote:
Quote:
Code:
https://www.crowdstrike.com/blog/native-java-bytecode-debugging-without-source-code |
#67
|
|||
|
|||
As far as I know, there is no real jvm byte code debugger.
|
#68
|
|||
|
|||
You can use to decompile java codes the RECAF too, https://www.coley.software/Recaf/
|
#69
|
||||
|
||||
# virtual methods
.method public onClick(Landroid/content/DialogInterface;I)V .locals 1 .line 1 iget-object p1, p0, Lcom/bakopoulos/common/StartActivity$h;->c:Landroid/widget/EditText; invoke-virtual {p1}, Landroid/widget/EditText;->getText()Landroid/text/Editable; move-result-object p1 invoke-virtual {p1}, Ljava/lang/Object;->toString()Ljava/lang/String; move-result-object p1 .line 2 sget-object p2, Lcom/bakopoulos/common/m;->c:Ljava/lang/String; move-object p1, p2 invoke-virtual {p1, p2}, Ljava/lang/String;->compareTo(Ljava/lang/StringI Please tell me how it can be saved or showed up on screen of my android phone value of p1 after line code move-object p1, p2 ??? this is smali code Thanks anyway!
__________________
Decode and Conquer |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Java Cracking... | deephousederek | General Discussion | 5 | 05-17-2005 07:55 |