spellshift / realm

Realm is a cross platform Red Team engagement platform with a focus on automation and reliability.
https://docs.realm.pub/
GNU General Public License v3.0
419 stars 31 forks source link

feat: add random.string function to eldritch #768

Closed flemingcaleb closed 6 months ago

flemingcaleb commented 6 months ago

What type of PR is this?

/kind documentation /kind feature /kind eldritch-function

What this PR does / why we need it:

Adds random.string(uint) to eldritch to allow tome developers to generate random strings.

Which issue(s) this PR fixes:

N/A

hulto commented 6 months ago

Oh one last ask please validate that no compiler warnings are generated when building for debug or release

flemingcaleb commented 6 months ago

Confirmed that debug and release build without warnings with the stable-aarch64-apple-darwin toolchain. Trying to get the cross compile to x86 working but am having some troubles with getting the toolchain happy