Possibly a Frida specific problem? When FridaExtract is injected into a process that is using the VB6 runtime (MSVBVM60.dll) there are access violations.
Specific example below throws access violation on call to NativePointer.
==========ERROR==========
{u'columnNumber': 1, u'description': u'Error: access violation accessing 0x850', u'fileName': u'extract.js.js', u'lineNumber': 468, u'type':
u'error', u'stack': u'Error: access violation accessing 0x850\n at gumdukvalue.c:1193\n anon (native)\n at extract.js.js:468'}
=========================
Possibly a Frida specific problem? When FridaExtract is injected into a process that is using the VB6 runtime (MSVBVM60.dll) there are access violations.
Specific example below throws access violation on call to NativePointer.