An open API service indexing awesome lists of open source software.

https://github.com/farnulfo/asm-findmethod

Find method invocation in bytecode with ASM library
https://github.com/farnulfo/asm-findmethod

asm bytecode

Last synced: 3 months ago
JSON representation

Find method invocation in bytecode with ASM library

Awesome Lists containing this project

README

        

# asm-findmethod
Find method invocation with ASM library.

Based on https://stackoverflow.com/a/931410/41953.

Updated to work with ASM 6.0 for jdk 8.0 class files.