Using Java Agents for Fun and Profit
Offered By: Devoxx via YouTube
Course Description
Overview
Explore the world of Java agents and bytecode instrumentation in this 41-minute conference talk from Devoxx. Learn how to write custom Java agents for creating profilers and assisting with dead code removal. Discover techniques for implementing javassist-based instrumentation to identify unused classes and dependencies in your projects. Gain insights into how this knowledge can help protect against supply chain attacks and reduce maintenance overhead. Dive into the fun and practical aspects of Java agents, and see how a few lines of instrumentation code can save you significant effort in your development process.
Syllabus
Instrument to Remove: Using Java agents for fun and profit by Johannes Bechberger
Taught by
Devoxx
Related Courses
The Java Agent - Modifying Bytecode at Runtime to Protect Against Log4JGOTO Conferences via YouTube Wargames - Java Vulnerabilities and Why You Should Care
Devoxx via YouTube Writing Java Agents for Fun and Not So Much Profit
Devoxx via YouTube The Hitchhiker’s Guide to Java Class Reloading
Devoxx via YouTube Prometheus Monitoring for Java Web Applications Without Modifying Source Code
Devoxx via YouTube