B4R code (Vars in Process_Globals)
Dim b64encoded(1024) As Byte
Dim b64toencode(1024) As Byte
Call
bc.ArrayCopy2("Test",0,b64toencode,0,buf.Length)
RunNative("B64", Null)
You need the RandomAccess lib to use the ByteConverter
Include
#include <base64.h>
C code
void B64 (B4R::Object* o)...