-
Notifications
You must be signed in to change notification settings - Fork 27
location_of_cipher
Nicolai Mueller edited this page Sep 30, 2024
·
2 revisions
String
None - Must be specified!
Specifies, the name of the function that calls PROLEAD_SW's cipher
function.
This can help by providing PROLEAD_SW with a hint about where the cipher
function is being called. If the compiler modifies the cipher
function name slightly, PROLEAD_SW will search for similar function calls within the specified function. If a match is found, it will prompt the user to confirm whether to proceed; otherwise, it will exit.
"software": {
"location_of_cipher": "main"
}
In this example, we set the name of the function to main
.