Modifying code at runtime? #904
Unanswered
Oliver-makes-code
asked this question in
Q&A
Replies: 1 comment
-
no it doesn’t |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does Cecil provide me to modify code in a binary that's already loaded? I have an idea for a mod loader that injects itself into the binary, and then allows mods to modify bytecode in the binary as well, after it's been loaded. Sorta like a JavaAgent if you're familiar with JVM development
Beta Was this translation helpful? Give feedback.
All reactions