We take a look at Adwind, one of the most popular Java Remote Administration Tool. This RAT was distributed via a phishing email and amongst other things, can steal credentials or capture screenshots on the infected machine.
Similar
A tutorial on how to use Java's new Record Patterns feature to write powerful, concise pattern matching code for usecases like AST transformations and rewrite-rules in compiler passes.
(more…)
Read more »
A Java to JavaScript transpiler. Contribute to cincheo/jsweet development by creating an account on GitHub. (more…)
Read more »
In this stream we begin the work of porting Java's ConcurrentHashMap to Rust. It will be a journey to get all the way there, but we got through most of the g... (more…)
Read more »
I started reading "Cracking the Coding Interview, 6th Edition" book recently and it inspired me to experiment a bit. It’s been a while since I implemented the quicksort algorithm the l... (more…)
Read more »
Enums in Java are commonly used to represent a fixed set of constants. However, they offer more versatility than often realized. In this ar... (more…)
Read more »