transformer-with-javassist
Bytecode transformer
A demonstration project showing how to modify Java bytecode using Javassist for transformative purposes.
Booster 示例:使用 Javassist 操作字节码
10 stars
2 watching
1 forks
Language: Kotlin
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
boostersamples/transformer-with-asm | This project demonstrates how to modify compiled code using Assembly Code (ASM) for performance optimization. | 18 |
bazaarvoice/jolt | A JSON transformation library written in Java where the specification is itself a JSON document. | 1,560 |
ztellman/riddley | Provides a safe way to transform Clojure code without unintended consequences | 196 |
ktsn/svelte-jest | Transforms Svelte components for integration with Jest testing framework | 36 |
babel/babel | A tool that transpiles modern JavaScript code to earlier versions of the language | 43,241 |
storyyeller/enjarify | A tool that translates Dalvik bytecode to equivalent Java bytecode for analyzing Android applications. | 924 |
benjamminf/warpjs | A JavaScript library for applying complex transformations to SVG graphics in the browser | 488 |
rajasegar/codeshift | A Ruby tool to transform source code using Abstract Syntax Trees (ASTs) and parse trees | 47 |
r17x/jasat | A tool for automating transformations and modifications to JavaScript code. | 2 |
javadev/underscore-java | A Java port of Underscore.js utility functions | 533 |
cshuaimin/ssr.nvim | An extension plugin for Neovim that allows structural search and replace operations on code structures. | 933 |
lusoalex/vertx-jolt | A facade project providing a simple JSON transformation tool using Vert.x JsonObject | 4 |
ember-codemods/ember-test-helpers-codemod | A codemod to transform Ember tests to use @ember/test-helpers | 29 |
mirkosertic/bytecoder | A tool to interpret and transpile JVM bytecode into other programming languages like JavaScript, WebAssembly, or OpenCL. | 897 |
refactorfirst/refactorfirst | Identifies highly coupled classes and class cycles in Java codebases to prioritize refactoring efforts. | 457 |