View Single Post
  #1  
Old 01-23-2026, 03:38
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 661 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,820 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
BodyInjector (Java)

BodyInjector (Java):
It uses ASM ObjectWeb!
Will inject method body (instructions + local variables) from an source class/method to destination class/method.
Unlike BodyCloner it will keep the old body (on destination)!
Source method should have the void return type (no return).
Attached.

New:
- updated to asm v9.9
Attached Files
File Type: rar BodyInjector.rar (808.6 KB, 11 views)
Reply With Quote
The Following 2 Users Say Thank You to CodeCracker For This Useful Post:
niculaita (01-24-2026), tonyweb (01-25-2026)