keystone icon indicating copy to clipboard operation
keystone copied to clipboard

Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings

Results 158 keystone issues
Sort by recently updated
recently updated
newest added

It seems that keystone is not assembling basically any powerpc64 instruction (beyond nops and some instructions which do not read/write memory including registers) eg: ``` md = Ks(KS_ARCH_PPC, KS_MODE_PPC64 |...

I was manually calculating offsets for jump targets and running into issues before realizing that Keystone was assembling my immediates as if they were absolute. For example, in armv7, the...

This is a duplicate of #423, but for mips instead of PowerPC.

This PR adds the full version to the pkg-config file. Some distros complain if the version inside the pkg-config file doesn't match the package version installed. See: https://bugs.gentoo.org/912165

This PR fixes some C syntax issues which are deprecated in modern C standards and will eventually lead to build failures with modern compiles like Clang. For details see: *...

I've been having some frustrating hours of woes with the `sym_resolver` - mainly it forcing a radix change and symbol offsets to be calculated correctly. This is mostly based on...

I only see asm to hex in the sample code, can it be converted to assembly instructions through hex?

Hi, I was wondering whether this project is still maintained as there was no activity at all in the last months (more than a year, it seems) with PRs that...

I'm trying now for several day to install the keystone-engine python libraries. Unfortunately I fail and I don't know what am I doing wrong. Plattform Raspberry 4 with the original...

It's there any plan to support LongArch?