Registry / utility / asm-debug-all

asm-debug-all

JSON →
library5.0.4javamavenunverified

A very small and fast Java bytecode manipulation framework with debug information.

<dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-debug-all</artifactId> <version>5.0.4</version> </dependency>
INSTALL
IMPORT
SIG · ASM-DEBUG-ALL
A
asm-debug-all
utilityjavav5.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClassReader
org.objectweb.asm.ClassReader

Read a class file using ASM.

import org.objectweb.asm.ClassReader; public class Example { public static void main(String[] args) throws Exception { ClassReader reader = new ClassReader("java.lang.Object"); System.out.println("Class reader created: " + reader); } }
Debug
Known issues
breakingVersion 5.0.4 is very old; newer versions have significant changes.
fix
Use org.ow2.asm:asm:9.x instead.
affects: <6.0
Upgrade
Version history
5.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
12
OpenAI (training)
2
Meta
1
Amazon
1
Resources
asm-debug-all — mvn dependency:get asm-debug-all · libregistry