Radium
Radium
> > > FYI Windows x64 2019.2.6f1: > > 00 75 15 33 C0 EB 13 90 > replace with: > 00 74 15 33 C0 EB 13 90 >...
Also, while we're at it... maybe adding additional information like the stack delta of a block is maybe information worth adding.
Doesn't it only hash the encrypted method bodies it injects as a separate section? You could still modify an AssemblyRef for example without damaging the encrypted data. Correct me if...
From my testing, simply modifying stuff in the .NET Metadata Tables (I tested by changing the Name of an AssemblyRef (offset in `#Strings`) to something else) won't stop the anti-tamper...
Closes #36
The same is true for [`Remove`](https://github.com/zsr2531/Bali/blob/master/src/Bali/ConstantPool.cs#L75).