To avoid detection of JS code, I currently need to define Crypto and crypto, and make the running JS code crypto__ proto==Crypto. prototype returns true. In v8go, I did not find the SetPrototype function. It seems that SetPrototype is present in C++, so could you please advise
To avoid detection of JS code, I currently need to define Crypto and crypto, and make the running JS code crypto__ proto==Crypto. prototype returns true. In v8go, I did not find the SetPrototype function. It seems that SetPrototype is present in C++, so could you please advise