Re: [v8-users] v8::String object in memory

2018-05-10 Thread Jakob Kummerow
See https://groups.google.com/a/chromium.org/forum/?utm_medium=email&utm_source=footer#!msg/chromium-dev/r7cw-pFYmEg/9IngGsKnBgAJ . On Thu, May 10, 2018 at 6:19 AM Artem Boldyrev wrote: > I'm doing research and using Frida for dynamic binary instrumentation v8 > in Chromium. I'm interested in ho

[v8-users] v8::String object in memory

2018-05-10 Thread Artem Boldyrev
I'm doing research and using Frida for dynamic binary instrumentation v8 in Chromium. I'm interested in how the v8::String (or v8::internal::String) object is stored in memory. I call setTimeout("console.log ('12339');", 100); on the web page and I intercept the setTimeoutMethodCallback call at