Sometimes when decompiling Java code, the decompiler cannot decompile it properly, and you end up with small bits of bytecode in the output.
What are the disadvantages of decompilers? Are there any examples of Java source code that compiles into complex bytecode for decompilation?
Update:
Please note that I know that using this information is not a safe way to hide secrets in the code, and that decompilers may be improved in the future.
However, Iโm still interested to know what types of foxes decompilers compile today.
Java- , , "" . , , Scala, JVM- , , - Java, , , .
-, , , , .
: .NET :
lock (this) { DoSomething(); }
:
Monitor.Enter(this); try { DoSomething(); } catch { Monitor.Exit(this); }
, # ( .NET) , . () .
JDBC DB2 Connect - . , , , . , . ( ), , , .
{'0','O','l','1'}
, ( ), "" , . , , , BFT Butterfly. ( , , . , , , ). [ .]
Java - (, ). , . - ( ). , , .
. , , .
: ?
Java Bytecode Java, , , java- Java.
There is a lot of information about this in the Soot environment for decompiling java byte code, but their web page is not working for me right now.
http://www.sable.mcgill.ca/soot/
Source: https://habr.com/ru/post/1713029/More articles:How to disable project warning in Visual Studio - visual-c ++The best way to use the server language for development, but deployment in static HTML - htmlIIS Application Pool and .NET Garbage Collection - memory-leaksHanging CruiseControl - cruisecontrolASP.NET MVC HandleError attribute and trace: error? - exceptionHow can I make an iPhone OS 2.2 project with Xcode 3.1.3? - iphoneCalculate average speed - c #Programmatically invoke the default media player in Blackberry? - javahttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1713033/excluding-a-single-project-file-from-an-svn-repository&usg=ALkJrhgTSOR570aMeJvPjadhbInMwerhKgWhere can I find a gravitational-like script for cropping images in a client browser? - javascriptAll Articles