Explore >> Select a destination


You are here

alexn.org
| | blog.deesee.xyz
2.3 parsecs away

Travel
| | 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...
| | inside.java
4.3 parsecs away

Travel
| | The Simple Web Server was added to the `jdk.httpserver` module in JDK 18. It is a minimal HTTP static file server, designed to be used for prototyping, testing, and debugging. This article explores some less obvious yet interesting programmatic appl...
| | jonhnnyweslley.net
2.3 parsecs away

Travel
| | SHadoop: using Scala to write map-reduce jobs
| | susan-stepney.blogspot.com
25.5 parsecs away

Travel
| Most of my backup process is automated: I have a python script for finding changed files, zipping them up, transferring them to the server, ...