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
- Host: GitHub
- URL: https://github.com/farnulfo/asm-findmethod
- Owner: farnulfo
- License: apache-2.0
- Created: 2018-03-12T23:00:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T06:20:15.000Z (about 6 years ago)
- Last Synced: 2025-01-08T19:23:02.840Z (5 months ago)
- Topics: asm, bytecode
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.