-
It would be great to support it (as in the Next branch of Capstone).
-
please list all the missing instructions here, so i can fix all of them in 1 go.
- salc (X86, #54)
- int1 (X86, #53)
- fsetpm (X86)
-
Compiling
```
call [symbol]
ff1513000000
```
With sym resolved as 0x41b000 behave differently from compiling
```
call [0x41b000]
ff1500b04100
```
EDIT:
Added pull request #272 for reg…
-
This is a reproducible issue.
# [ ] A clear description of your issue:
Current Setup:
3-Nodes Cluster Setup for an Openstack Installation with external Percona XtraDB Galera DB and ProxySQL
…
dgttm updated
5 years ago
-
Running on linux x86_64 with version crates.io version 0.9.0.
When I assemble something for x86_64, the Rust keystone package returns inconsistent and seemingly random values. For example, if I try t…
-
```
$ rasm2 -a x86.ks -b 64 "bnd jmp 0x22"
ks_asm: (bnd jmp 0x22) Invalid operand (KS_ERR_ASM_INVALIDOPERAND)
ks_asm: (bnd jmp 0x22) Invalid operand (KS_ERR_ASM_INVALIDOPERAND)
ks_asm: (bnd jmp 0x…
-
[DICE](https://trustedcomputinggroup.org/wp-content/uploads/Hardware-Requirements-for-Device-Identifier-Composition-Engine-r78_For-Publication.pdf) is a hardware/software specification for lightweight…
-
When installing angr-dev w/ pypy I get the following error from mulpyplexer
```
Installing wheels/keystone_engine-0.9.1.post3-py2.py3-none-linux_x86_64.whl
Processing ./wheels/keystone_engine-0.9…
-
Currently the username & password entered by the user are stored in session variables so that a Keystone token can be requested after an old one expires.
If Grafana is scaled beyond one server, or if …
-
Was thinking of working on a patch to add ReactJS as a template engine.
**Proposed Areas of work.**
- Setup the Template Renderer for Reactjs in Express
- Allow for ReactJS to render server-side …