-
##### LibreSprite version
1.0
##### Describe the bug
libduktape.a is compiled with a different compiler than the rest of the software:
```
...
BUILD/LibreSprite-1.0/build/src/script && /usr/…
-
Look at this call stack
```
0:000> k
# ChildEBP RetAddr
00 0117dccc 5e94f689 KERNELBASE!TlsGetValue+0x16
01 0117dcdc 5e96089e frida_agent_32!g_private_get+0x19 [c:\src\frida\glib\glib\gthread…
zuypt updated
4 years ago
-
-
Now involves `Duktape.Buffer()`:
- https://github.com/svaarala/duktape/issues/190#issuecomment-155080448
-
I use the duktape api `duk_peval_file()` this sends the full path to the .js file to the debugger, but the path on my target platform does not match my local directory.
The default duktape debugger…
-
-
Consider adding Duktape.loadlib or at least specifying how it should work since the implementation is not very portable. Here is how I wrote it for dukluv:
``` c
// Load a duktape C function from …
-
Duktape does a faulty check for MSVC toolchains, specifically because MSVC has never supported the `__cplusplus` macro (which Duktape is using).
It would be better to define the problematic macro u…
-
Hi there, was meaning to try jsonata, mostly to evaluate it as a json evaluation interface for a dataframe library in python. We're pretty excited about using it.
```
pip install jsonata …
-
- https://bellard.org/quickjs/ - somewhat faster, ES6 support; but it seems like it might not be configurable in the way we'll need for sandboxing in cloud (also they are both 1-2 orders of magnitude …