InstrumentationServer icon indicating copy to clipboard operation
InstrumentationServer copied to clipboard

InstrumentationHelper#populateExisting is inconsistent in some environments

Open Col-E opened this issue 3 years ago • 1 comments

From xxDark

populateExisting will not work as expected in environments like launchwrapper and all this stuff, better approach would be to ignore VM generated classes for lambdas, proxies, etc and call retransformClasses on all classes (calling retransformClasses on VM-generated classes will cause it to crash because some constants are injected using cpPatches (e.g by InvokerBytecodeGenerator))

Col-E avatar Oct 12 '22 19:10 Col-E

Partially mitigated with 54c8a0be210dffd0e9014511c1a20d6530772a55

Col-E avatar Mar 09 '25 23:03 Col-E