As we already know how Ryuk generally encrypts it's target files:
Each Ryuk executable has a embbed RSA1 key, that is used to encrypt generated AES256 keys (that are actually used to encrypt the files), in the target file. This AES key is found after "HERMES" pattern.
You can see more about it in the src/decrypt folder
What we need to accomplish:
As we already know how Ryuk generally encrypts it's target files:
You can see more about it in the src/decrypt folder
What we need to accomplish: