|
You are here |
adambennett.dev | ||
| | | | |
scalatutorials.com
|
|
| | | | | ||
| | | | |
blog.deesee.xyz
|
|
| | | | | When reverse engineering an application that is shipped as compiled bytecode (jar file, war file, class files, etc.), we normally use a decompiler and then audit the resulting Java code. The catch is that the language the application was written in might not have been Java! Indeed, there are multiple languages that target the Java Virtual Machine (JVM) and produce bytecode just like Java does. On top of generating generally strange decompiled code, this has for effect that the common potentially dangerou... | |
| | | | |
ncorti.com
|
|
| | | | | Let's discover two scenarios where name mangling is used in the Kotlin Compiler: inline classes and the internal modifier | |
| | | | |
juandebravo.com
|
|
| | | Juan de Bravo - Personal thoughts about technology (@juandebravo) | ||