MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / random_int

Method random_int

AdaptixClient/Source/Client/AxScript/BridgeApp.cpp:1062–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060QString BridgeApp::random_string(const int length, const QString &setname) { return GenerateRandomString(length, setname); }
1061
1062int BridgeApp::random_int(const int min, const int max) { return GenerateRandomInt(min, max); }
1063
1064void BridgeApp::register_commands_group(QObject *obj, const QJSValue &agents, const QJSValue &os, const QJSValue &listeners)
1065{

Callers

nothing calls this directly

Calls 1

GenerateRandomIntFunction · 0.85

Tested by

no test coverage detected