@v8js Is there any Base64 encode/decoder built into V8? Or would I have to write and add my own if I needed one in a V8 project?
Base-64 {en,de}coding is not a JavaScript language feature, so this is not part of @v8js. In web browsers, you can use `atob` and `btoa`. https://html.spec.whatwg.org/multipage/webappapis.html#atob …
-
-
If you need the same functionality on a non-browser platform, you could use https://github.com/mathiasbynens/base64 ….
-
I might can use this. I was using b64 in a Frida project. Am I allowed to embed this directly in a Frida session script if I include the license? Or does it have to stay external and be called/imported?
- 2 more replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.