0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
segment registers in memory addresses dont work on 32bit python atm More... almost 12 years ago
improved some string stuff More... almost 12 years ago
ret leave added, or and not fixes More... almost 12 years ago
use deepcopy to make sure chaining blocks dont get invalid references More... almost 12 years ago
chaing blocks unittest More... almost 12 years ago
updated label representation and unittests More... almost 12 years ago
use classobjects for label / instructions that dont take arguments More... almost 12 years ago
label with relative jump support, 32bit relative addresses only though More... almost 12 years ago
optimization in memory addresses with multiplier two More... almost 12 years ago
group 3 4 5, some 0f stuff More... almost 12 years ago
push pop, group 1 and 2 More... almost 12 years ago
add or adc sbb and sub xor cmp instructions More... almost 12 years ago
added 8 and 16bit support, cleaned up some stuff, optimized add More... almost 12 years ago
instruction and unittest fixes More... almost 12 years ago
support for so-called opcode groups More... almost 12 years ago
relative jumps and labels More... almost 12 years ago
added some more sse instructions More... almost 12 years ago
block chaining, mov encoding fixes More... almost 12 years ago
simple block support More... almost 12 years ago
simple way to determine the length of an instruction More... almost 12 years ago
support for memory addresses without prefixed size, lea instruction More... almost 12 years ago
lock rep(ne) prefixes, stos lods scas opcodes More... almost 12 years ago
find the encoding only once, when the instruction initializes More... almost 12 years ago
ensure correct sizes for encodings More... almost 12 years ago
some common x86 instructions, with unittests More... almost 12 years ago
check encodings immediately, better modrm checking, few sse instructions More... almost 12 years ago
memreg, improved encoding, updated pshufd definition More... almost 12 years ago
xmm registers, pshufd instruction, unittest More... almost 12 years ago
retn and mov with modrm encodings, with unittests More... almost 12 years ago
updated and removed obsolete comments, made aliases to frequently used classes More... almost 12 years ago