Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #31  
Old 12-11-2014, 19:38
Ericky
 
Posts: n/a
Angry

JBE or JEB? I have studied how to reverse apk for 20 days.I know a tool named JEB(a interactive android decompiler) also powerful.Are we talking about the same thing£¿If someone knows, tell me please. Thank you£¡
Reply With Quote
  #32  
Old 12-11-2014, 19:59
SmilingWolf SmilingWolf is offline
Family
 
Join Date: Dec 2014
Posts: 43
Rept. Given: 4
Rept. Rcvd 97 Times in 24 Posts
Thanks Given: 4
Thanks Rcvd at 148 Times in 30 Posts
SmilingWolf Reputation: 97
JBE -> Java bytecode Editor (hxxp://set.ee/jbe/)
JEB -> hxxp://www.android-decompiler.com/

Don't know much, but I guess JBE is a more "generic" tool related to java "compiled" code editing like reflexil is for .Net, while JEB is a toolchain focused on android-specific java reversing/decompilation/editing/whatever (perhaps like Reflector?) I guess.
Reply With Quote
The Following User Gave Reputation+1 to SmilingWolf For This Useful Post:
The Following 2 Users Say Thank You to SmilingWolf For This Useful Post:
Artic (07-25-2022), Indigo (07-19-2019)
  #33  
Old 12-12-2014, 14:37
Ericky
 
Posts: n/a
Quote:
Originally Posted by SmilingWolf View Post
JBE -> Java bytecode Editor (hxxp://set.ee/jbe/)
JEB -> hxxp://www.android-decompiler.com/

Don't know much, but I guess JBE is a more "generic" tool related to java "compiled" code editing like reflexil is for .Net, while JEB is a toolchain focused on android-specific java reversing/decompilation/editing/whatever (perhaps like Reflector?) I guess.
Yes,JEB just like a Reflector,also a good tool.It has some fuctions like Rename which IDA hasn't.Mainly used in reversing APKs,thank you for your reply.
Reply With Quote
  #34  
Old 03-25-2015, 14:49
marrom79 marrom79 is offline
Friend
 
Join Date: May 2012
Location: BigIsland
Posts: 40
Rept. Given: 34
Rept. Rcvd 10 Times in 8 Posts
Thanks Given: 11
Thanks Rcvd at 13 Times in 9 Posts
marrom79 Reputation: 10
jbe doesn't work.. anymore. Hasnt been updated for a long time. For a similar GUI type tool you need to use DirtyJOE by ReWolf.. http://dirty-joe.com/ currently at v1.7 supports Java8 and it's new .class file structure.
Reply With Quote
The Following User Says Thank You to marrom79 For This Useful Post:
Indigo (07-19-2019)
  #35  
Old 03-25-2015, 17:24
wilson bibe wilson bibe is offline
VIP
 
Join Date: Nov 2012
Posts: 492
Rept. Given: 489
Rept. Rcvd 439 Times in 180 Posts
Thanks Given: 853
Thanks Rcvd at 176 Times in 112 Posts
wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499
JD-GUI v.1.4.0 is released

Download:
Quote:
https://github.com/java-decompiler/jd-gui/releases/download/v1.4.0/jd-gui-1.4.0.jar
or
https://github.com/java-decompiler/jd-gui/releases/download/v1.4.0/jd-gui-windows-1.4.0.zip
Source Code:
Quote:
https://github.com/java-decompiler/jd-gui

Last edited by wilson bibe; 02-28-2018 at 01:44.
Reply With Quote
The Following User Says Thank You to wilson bibe For This Useful Post:
Indigo (07-19-2019)
  #36  
Old 03-25-2015, 22:42
reversing_solo reversing_solo is offline
Friend
 
Join Date: Apr 2010
Posts: 33
Rept. Given: 2
Rept. Rcvd 9 Times in 6 Posts
Thanks Given: 6
Thanks Rcvd at 33 Times in 15 Posts
reversing_solo Reputation: 9
Anyone can advice a Java bytecode debugger?
Reply With Quote
The Following User Says Thank You to reversing_solo For This Useful Post:
Indigo (07-19-2019)
  #37  
Old 03-25-2015, 23:59
arthur plank arthur plank is offline
Friend
 
Join Date: Jan 2005
Posts: 120
Rept. Given: 28
Rept. Rcvd 22 Times in 14 Posts
Thanks Given: 21
Thanks Rcvd at 68 Times in 29 Posts
arthur plank Reputation: 22
Quote:
Originally Posted by inode View Post
Anyone can advice a Java bytecode debugger?
I'm not into java and I've not used this myself, but a colleague of mine swears by Bytecode Visualizer from Dr. Garbage
Reply With Quote
The Following User Says Thank You to arthur plank For This Useful Post:
Indigo (07-19-2019)
  #38  
Old 03-31-2015, 10:16
suddenLy suddenLy is offline
Friend
 
Join Date: Jan 2005
Posts: 60
Rept. Given: 2
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 1
Thanks Rcvd at 7 Times in 7 Posts
suddenLy Reputation: 3
If you guys try to practice java+web-based license check, "flowjo" would be a good target as I remember. I tried some years ago, and I had learned java cracking a lot.

Although "flowjo" ask a hasp dongle, it is not a hard part.

For your interest, "flowjo" is single cell analysis software and I needed it at that time for my research..
Reply With Quote
The Following User Says Thank You to suddenLy For This Useful Post:
Indigo (07-19-2019)
  #39  
Old 04-02-2015, 21:43
QuakeGamer QuakeGamer is offline
Friend
 
Join Date: Sep 2010
Posts: 65
Rept. Given: 2
Rept. Rcvd 8 Times in 6 Posts
Thanks Given: 3
Thanks Rcvd at 50 Times in 27 Posts
QuakeGamer Reputation: 8
Quote:
Originally Posted by arthur plank View Post
I'm not into java and I've not used this myself, but a colleague of mine swears by Bytecode Visualizer from Dr. Garbage
Eclipse with Bytecode Visualizer in Combination with JD-Eclipse is great. Tho Bytecode Visualizer is not able to set breakpoints in the actual methods. You can only break on method entries. This makes debugging a little more painful.

I usually copy the required decompiled classes to a new project and fix the dependencies. Then you can easily debug with your IDE. Tho this won't work for all targets - but often does.
Reply With Quote
The Following User Gave Reputation+1 to QuakeGamer For This Useful Post:
synkro (04-16-2015)
The Following 2 Users Say Thank You to QuakeGamer For This Useful Post:
Artic (05-26-2015), Indigo (07-19-2019)
  #40  
Old 10-19-2015, 22:47
Jasi2169's Avatar
Jasi2169 Jasi2169 is offline
Family
 
Join Date: Sep 2015
Location: 127.0.0.1
Posts: 280
Rept. Given: 3
Rept. Rcvd 55 Times in 41 Posts
Thanks Given: 33
Thanks Rcvd at 433 Times in 173 Posts
Jasi2169 Reputation: 55
if its .class n windows use

Dirtyjoe v1.7

cheers

if android apps use smali/baksmali

there are so many things to talk abt when it comes to java cus i love this language
Reply With Quote
The Following 2 Users Say Thank You to Jasi2169 For This Useful Post:
Indigo (07-19-2019), niculaita (01-11-2016)
  #41  
Old 10-20-2015, 01:02
niculaita's Avatar
niculaita niculaita is offline
Family
 
Join Date: Jun 2011
Location: here
Posts: 1,342
Rept. Given: 947
Rept. Rcvd 89 Times in 61 Posts
Thanks Given: 4,282
Thanks Rcvd at 479 Times in 338 Posts
niculaita Reputation: 89
can you please try to crack this application?
https://play.google.com/store/apps/details?id=com.bakopoulos.isokratis

I would like 70 files to be decoded from assets folder
Reply With Quote
The Following User Says Thank You to niculaita For This Useful Post:
Indigo (07-19-2019)
  #42  
Old 10-20-2015, 02:47
Jasi2169's Avatar
Jasi2169 Jasi2169 is offline
Family
 
Join Date: Sep 2015
Location: 127.0.0.1
Posts: 280
Rept. Given: 3
Rept. Rcvd 55 Times in 41 Posts
Thanks Given: 33
Thanks Rcvd at 433 Times in 173 Posts
Jasi2169 Reputation: 55
Quote:
Originally Posted by niculaita View Post
can you please try to crack this application?
https://play.google.com/store/apps/details?id=com.bakopoulos.isokratis

I would like 70 files to be decoded from assets folder
anyway it costs more than 5000 Indian rupees = $86.33 and i guess its insane

http://oi59.tinypic.com/1o9i7r.jpg

here is ur crack and is internal release dont share plz

and those 70 files are media files magic no. rÞˆdG¨¨ seems religious files anyway they decoded only when user click play n u can play them in the app ,i guess 8 files makes 1 media files they get appended and decoded

crack :-
license verified
demo limitation of 1min removed
proper unlocked on all devices no 3 device limitations

Download :- http://www48.zippyshare.com/v/NBIO8Brr/file.html

cheers from Team URET
Reply With Quote
The Following User Gave Reputation+1 to Jasi2169 For This Useful Post:
niculaita (10-20-2015)
The Following 2 Users Say Thank You to Jasi2169 For This Useful Post:
Indigo (07-19-2019), niculaita (10-20-2015)
  #43  
Old 10-20-2015, 03:04
cachito cachito is offline
Friend
 
Join Date: Aug 2015
Location: argentina
Posts: 58
Rept. Given: 0
Rept. Rcvd 12 Times in 8 Posts
Thanks Given: 162
Thanks Rcvd at 81 Times in 44 Posts
cachito Reputation: 13
@jasi2169
Jasi, for internal releases you should use the attach button when posting
Reply With Quote
The Following User Says Thank You to cachito For This Useful Post:
Indigo (07-19-2019)
  #44  
Old 10-20-2015, 05:36
niculaita's Avatar
niculaita niculaita is offline
Family
 
Join Date: Jun 2011
Location: here
Posts: 1,342
Rept. Given: 947
Rept. Rcvd 89 Times in 61 Posts
Thanks Given: 4,282
Thanks Rcvd at 479 Times in 338 Posts
niculaita Reputation: 89
I have too cracked long time ago old version but gives error after a while,
code is more clear there.

I have found old original kit and post here too cause it works on older devices too.

http://www22.zippyshare.com/v/IeDujyzM/file.html

please fix this too cause mine solution crashes after some minutes !

I tell this cause new version untouched 1.8 demo gives me break of sound when try to use buttons more times.
I will try now with cracked version on second phone to see if programs is more compatible or not.
so I am still using old version.
crypted files in old version can be founded decrypted during playing on card

I am very happy that doxa Team URET exists !!!

Last edited by niculaita; 10-20-2015 at 05:57. Reason: found old nice kit
Reply With Quote
The Following User Says Thank You to niculaita For This Useful Post:
Indigo (07-19-2019)
  #45  
Old 10-20-2015, 15:44
Jasi2169's Avatar
Jasi2169 Jasi2169 is offline
Family
 
Join Date: Sep 2015
Location: 127.0.0.1
Posts: 280
Rept. Given: 3
Rept. Rcvd 55 Times in 41 Posts
Thanks Given: 33
Thanks Rcvd at 433 Times in 173 Posts
Jasi2169 Reputation: 55
Cachito thats 17mb and i tried but it didnot get uploaded

Niculaita dont worry this crack will work on every phone no interupptions so i am not gonna try it again when i am done with it successfully

BR
jasi
Reply With Quote
The Following 2 Users Say Thank You to Jasi2169 For This Useful Post:
Indigo (07-19-2019), niculaita (01-11-2016)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java Cracking... deephousederek General Discussion 5 05-17-2005 07:55


All times are GMT +8. The time now is 16:37.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )