RobloxAPI / spec

Specifications related to Roblox.
Creative Commons Attribution Share Alike 4.0 International
13 stars 3 forks source link

rbxl format: Signature data #10

Open Anaminus opened 2 years ago

Anaminus commented 2 years ago

Present in several Roblox-sourced binary models are structures related to content validation. There appear to be two separate implementations:

Encryption-based

Signature-based

Resources

Anaminus commented 1 year ago

The above interpretation is incorrect. the SIGN chunk is mostly independent from the 0x1D type.

Because arbitrary Bytecode is unsafe to execute, files are validated using the SIGN chunk to ensure that the bytecode comes from a trustworthy source. This is how the two concepts are related.

Resources