dsisco11 / SR_Plugin_Loader

A plugin loader for SlimeRancher
Apache License 2.0
2 stars 1 forks source link

Add function hashes to injector #17

Closed dsisco11 closed 8 years ago

dsisco11 commented 8 years ago

The injector should compute the hash of targeted functions cil opcodes before & after injecting. These hashes should be tracked and used to detect when code changes occur which might interfere with injection points when new logical branches are introduced into the bytecode...

dsisco11 commented 8 years ago

Done, it's gorgeous...