View Single Post
  #173  
Old 11-07-2015, 09:41 AM
cw2k cw2k is offline
Junior Member
 
Join Date: Dec 2014
Posts: 15
cw2k is on a distinguished road
Default

Re: Record/Capture/Download/Rip/Save Music from Deezer


Quote:
Originally Posted by Jason2 View Post
Hey Sparx,

Thank you so much for this awesome tool!

I have taken the liberty to remove the "Evaluation Version" string in this application, because of my severe intolerance against trial version limitations/restriction/watermarks. I used ByteCodeViewer (https://github.com/Konloch/bytecode-viewer), changed one line of code and recompiled it.

I hope it's is ok for you that I mirrored it on Free Hosters.

http://uptobox.com/pyo8q5aj7uy4
http://www30.zippyshare.com/v/uB7vquST/file.html
http://uppit.com/ni37ghbw5636/
http://dl.free.fr/hN2yiRsP9
http://www.solidfiles.com/d/cc790bb9cf/
https://www.sendspace.com/file/nu0ikp

https://www.virustotal.com/en/file/3...is/1445192722/

Have a nice day!
Doesn't run corrupted jar.
DeezerDownloaderfix.jar!META-INF\MANIFEST.MF should look like this:
Manifest-Version: 1.0
Main-Class: com.sparx.Main

then It'll work.
http://files.planet-dl.org/Cw2k/tmp/DeezerDownloader3.fix.jar

Well you're is like this
Main-Class: com\sparx\Main
and no this is not the right format.

Okay Normally doubleclick will start it.
Else
java.exe -jar DeezerDownloader3fix

with unpacked jar change to DeezerDownloader3/ dir or add it via -cp ...DeezerDownloader3/
java.exe com.sparx.Main




When comparing it with original
DeezerDownloader3.jar
(^-btw nicer to DL than share.biz)
I see that that you've change more than just one line.

Not to talk about the *.classes that are all binary different - however used JD-GUI to decompile and do a logical compare.


When looking at
de\javasoft\plaf\synthetica\painter\RootPanePainte r.class

there is
SyntheticaRootPaneUI.isEvalCopy()
maybe patching just this should do the trick disabling
"Synthetica - Unregistered Evaluation Copy!"
and other limitation.

Getting this to return true can be probably done by some simple byte patching the class file.
Reply With Quote