-
**Describe the bug**
UnCrackable-Level3.apk not resolvable using a known solution
fridaVersion: 12.11.4
testingDevices: Nexus5X Android 7.1.1; Genymotion Android 9.0
theError:
```
Re…
-
TypeError: cannot read property 'D:\x5cZUI\x5cTool/tcp-echo.js' of undefined
at [anon] (d:\zui\zui\duktape\duk_hobject_props.c:2336) internal
-
Is `doRemoveBreakpoints` accounting for the fact that the duktape breakpoint indices are going to shift after the request is processed? If so, how? I can't quite work it out.
-
See #147 for some discussion, specifically:
- https://github.com/svaarala/duktape/issues/147#issuecomment-85257072
- https://github.com/svaarala/duktape/issues/147#issuecomment-85260171
-
This will be useful to extend the already existing asm/disasm plugins by just overriding some instructions. Also, we need a way to hook on the parser or the postprocessing stage in order to modify the…
-
Is that possible to compile js on duktape to native code like v8 engine? At least for ARM platform, so Duktape will be good alternative to node js for embedded system.
-
char[] s = { 255 }; // first byte is 255
duk_push_lstring(ctx, s, 1);
duk_to_buffer(ctx); // will crash in duktape-2.0.1, in duktape-1.5 is ok.
-
See https://github.com/svaarala/duktape/pull/1303#issuecomment-273466783.
Duktape already has an interrupt counter mechanism. This issue to discuss what would be needed to extend that to support c…
-
I have lot of JS files with such construction:
import CreateTempUserReq from 'xyz/model/CreateTempUserReq.js';
Duktape throws syntax errors on those lines.
Is this means i cannot use duktape …
-
Version: _proj4js-2.3.15_
Source file: _dist/proj4-src.js_
There is a seemingly unneeded escape character (**\\**) in the regular expression of line 4710
wkt.ellps = wkt.GEOGCS.DATUM.SP…