-
Wrong output for: "push word 0x1122". Expected: "66 68 22 11". Kstool output: "68 22 11 00 00".
I then tried with: "pushw 0x1122". Excepted: "66 68 22 11". Kstool output: KS_ERR_ASM_MNEMONICFAIL.
If …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When I try to scan a ship, if it gets out of range and I lose progress, I can no longer scan …
-
Upgrade to @keystone-6/ui 2.0.0 (from 1.1.1), run `keystone build`
Expected: The Admin UI bundle builds successfully.
Actual: Building static pages fails with the errors shown in the scree…
-
it is awesome to see the C# binding for Keystone+Capstone here! what do you think about putting that into separate independent repos, so they can be more accessible for others?
btw, there is one .N…
-
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
-
Looks like keystone contains an ELF parser which should be eliminated from the sauce
-
Hey, stumbled open this and was making some experiments. I tried to look if there was any option for this but i couldn't find it.
My problem is the following i have the following ASM x86 statement:
…
-
Is MASM support a coming feature? In the code it is mentioned but currently unsupported.
This would be a great feature since many universities use the "Assembly Language for x86 Processors, 7th edi…
-
I think I would be nice to have direct instruction encoding supported. So it is actually possible to use both capstone and keystone together. With capstone one could decode a specific instruction, the…
-
It would be great if there was an option/syntax to override number parsing. With this option all numbers are interpreted as hex (`mov eax, 01334000` assembles to `mov eax, 0x1334000` instead of `mov e…