Hi,
We need to use a preprocess script for the Crowdstrike APP but don't manage to have it working.
We are interested about any information on how this works.
Is there any way to get any debug info inside this script?
Would you have a basic script to start with?
Thanks in advance 😉
David
You can see an example preprocess script for another app here. You can get debug logging by using the function self.debug_print("sup")
I had missed your reply. Thank you very much
You can see an example preprocess script for another app here. You can get debug logging by using the function self.debug_print("sup")