-
Just tried the C# binding in ../bindings/csharp/ without modifying the code. It works fine but on unknown symbols it fails because the ResolveSymbol event is never raised.
I've used the example cod…
-
```
Python 3.8.2 (default, Apr 27 2020, 15:53:34)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import keystone
Traceback (most recent call last)…
-
I'm trying to switch the templating engine to https://github.com/barc/express-hbs.
hbs = require('express-hbs');
hbs.express4({
helpers: new require('./templates/helpers')(),
…
-
When updating the mobx-keystone package in a react native app from v0.54.0 to v0.55.0 i have the following error:
```CLI
ERROR TypeError: undefined is not a function, js engine: hermes
ERROR …
-
Hi,
I'm experiencing a strange issue when assembling SUB operations. If I try to subtract any byte value of 0x80 or over, keystone inserts an extra 0xc2 in the bytecode. I've set up a quick test he…
-
```
-----> Build
Running build (yarn)
yarn run v1.22.19
$ keystone build && keystone prisma migrate deploy
Browserslist: caniuse-lite is outdated. Please run:
npx browsers…
-
Hello
I am trying to use a mysql instance, mysql is installed in native on a VM.
when the docker keystone container is deployed the following error:
ERROR 1049 (42000) at line 1: Unknown dat…
-
os: mac os 10.15.7
python: 3.8.2 with pip install keystone-engine
code
```python
from keystone import *
CODE = '\\x41\\x4a'
ks = Ks(KS_ARCH_X86, KS_MODE_32)
encoding, count = ks.asm(CODE)
…
-
i installed keystone-engine but I give this error
Traceback (most recent call last):
File "micr0shell.py", line 398, in
ks = Ks(KS_ARCH_X86, KS_MODE_64)
NameError: name 'Ks' is not defined…
-
to testing sym_resolver interface, I wrote the following script:
```
def resolver(sym, addr):
if sym == 'L2':
addr[0] = 0xdead
return True
return False
ks = Ks(KS_…