-
Notifications
You must be signed in to change notification settings - Fork 42
Explain PAL + DSCContext #68
Description
I see this is hidden by default/off by default:
https://github.com/jglim/CaesarSuite/blob/main/Caesar/Diogenes/Forms/MainForm.Designer.cs#L375-L376
I seem it goes to this:
https://github.com/jglim/CaesarSuite/blob/main/Caesar/Caesar/DSCContext.cs
I also see your comment here:
Can you help clarify if this is true:
Some CBFs do not have a SecurityAccess DLL or JAR and instead they have a custom scripting language inside of them where seed/key can be accessed?
You did a great job being able to dump and extract properly these PAL files. I just wanted to better understand their structure. How can I execute/run them or see their logic/decompile their instruction set?
It isn't clear to me if when CaesarSuite runs a diagnostic job if it can run this custom language from the interpreter or if it skips over it?