|
|
@12790
|
16 years |
vboxsync |
Correction for address size override in 16 bits mode.
|
|
|
@12249
|
16 years |
vboxsync |
Disassembler/Makefiles: Eliminated PATH_TARGET usage and pushed them …
|
|
|
@12170
|
16 years |
vboxsync |
Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
|
|
|
@12138
|
16 years |
vboxsync |
tstDisasm-2: Added a -xhex-bytes option which causes the arguments …
|
|
|
@11721
|
16 years |
vboxsync |
- completly divorced SDK and binary, use 'kmk sdk' to build SDK
|
|
|
@11504
|
16 years |
vboxsync |
RIP related addressing fix.
|
|
|
@11493
|
16 years |
vboxsync |
fixed assertion
|
|
|
@11490
|
16 years |
vboxsync |
Consistency
|
|
|
@11489
|
16 years |
vboxsync |
ImmVRel is 32 bits sign extended to 64 bits in long mode.
|
|
|
@11464
|
16 years |
vboxsync |
Iz means sign extend to 64 bits, not zero extend.
|
|
|
@11462
|
16 years |
vboxsync |
Correct fix for forced flag handling in instruction groups.
|
|
|
@11461
|
16 years |
vboxsync |
Backed out 34906. Not necessary.
|
|
|
@11460
|
16 years |
vboxsync |
Check for force flags when determining the new opcode in instruction …
|
|
|
@11406
|
16 years |
vboxsync |
warning
|
|
|
@11111
|
16 years |
vboxsync |
Forgotten EOL property.
|
|
|
@10394
|
16 years |
vboxsync |
More bug fixes for index handling.
|
|
|
@10393
|
16 years |
vboxsync |
Corrected 16 bits index handling.
|
|
|
@10378
|
16 years |
vboxsync |
Possible fix for Linux guest regression
|
|
|
@10276
|
16 years |
vboxsync |
Handle 64 bits index (SIB).
|
|
|
@10275
|
16 years |
vboxsync |
Handle the 'mov %Ev, %Iz' case correctly in 64 bits op mode.
|
|
|
@10272
|
16 years |
vboxsync |
Deal with sign extending bytes to uint64_t.
|
|
|
@10271
|
16 years |
vboxsync |
Fixed DISGetParamSize for 64 bits mode.
|
|
|
@10203
|
16 years |
vboxsync |
warnings
|
|
|
@10170
|
16 years |
vboxsync |
warnings
|
|
|
@10050
|
16 years |
vboxsync |
VBOX_KBUILD_HACKING
|
|
|
@10016
|
16 years |
vboxsync |
Corrected parameter types (const).
Use SELMToFlatEx instead of …
|
|
|
@9926
|
16 years |
vboxsync |
32 bits register updates clear the upper dword of the 64 bits register.
|
|
|
@9925
|
16 years |
vboxsync |
Yasm formatter: Fixes for sil, dil, spl, bpl and r8b-r15b.
|
|
|
@9923
|
16 years |
vboxsync |
Remove comma
|
|
|
@9922
|
16 years |
vboxsync |
Fix the order here as well.
|
|
|
@9921
|
16 years |
vboxsync |
Corrections
|
|
|
@9919
|
16 years |
vboxsync |
Deal with DIL, SIL, BPL & SPL register accesses. (64 bits mode only)
|
|
|
@9916
|
16 years |
vboxsync |
The AMD64 specific 8-bit registers are busted it seems.
|
|
|
@9914
|
16 years |
vboxsync |
Basic register testcase (to be expanded).
|
|
|
@9913
|
16 years |
vboxsync |
It's spl, bpl, sil and dil (not *b).
|
|
|
@9912
|
16 years |
vboxsync |
Fixed bustage when the 64-bit address operand was changed to …
|
|
|
@9850
|
16 years |
vboxsync |
Swapgs & vmcall added to the tables.
|
|
|
@9849
|
16 years |
vboxsync |
Many fixes for operand sizes (Iv -> Iz)
|
|
|
@9792
|
16 years |
vboxsync |
Byte, word and dword access to r8-r15.
|
|
|
@9763
|
16 years |
vboxsync |
Wrong string format specifier for 64 bits values.
|
|
|
@9762
|
16 years |
vboxsync |
32 bits displacement in 64 bits mode
|
|
|
@9761
|
16 years |
vboxsync |
64 bits disassembly changes (32 bits displacement sign extended to 64 bits)
|
|
|
@9759
|
16 years |
vboxsync |
Displacement handling in 64 bits mode
|
|
|
@9731
|
16 years |
vboxsync |
And again
|
|
|
@9730
|
16 years |
vboxsync |
Bugfix
|
|
|
@9707
|
16 years |
vboxsync |
Not needed anymore
|
|
|
@9706
|
16 years |
vboxsync |
disCoreOne needs to catch exceptions in ring 3!!!
|
|
|
@9676
|
16 years |
vboxsync |
Correction
|
|
|
@9675
|
16 years |
vboxsync |
General cleanup of SELMToFlat.
|
|
|
@9669
|
16 years |
vboxsync |
warnings
|
|
|
@9342
|
17 years |
vboxsync |
Corrected the array index.
|
|
|
@9340
|
17 years |
vboxsync |
Only negate the displacement if it's an offset. A full address is …
|
|
|
@9285
|
17 years |
vboxsync |
For all parameters
|
|
|
@9284
|
17 years |
vboxsync |
Missing IDX_ParseFixedReg
|
|
|
@9275
|
17 years |
vboxsync |
todos.
|
|
|
@9272
|
17 years |
vboxsync |
Fixed symbol lookup - pCpu was missing.
|
|
|
@9271
|
17 years |
vboxsync |
Implemented symbol lookup, strict / relaxed assembly, and relative …
|
|
|
@9266
|
17 years |
vboxsync |
DISFormatYasm(Ex).
|
|
|
@9132
|
17 years |
vboxsync |
More verbose assertion
|
|
|
@9131
|
17 years |
vboxsync |
Dropped the USE_EFFICIENT_ADDRESS flag. This breaks assumptions in …
|
|
|
@9101
|
17 years |
vboxsync |
More yasm fixing.
|
|
|
@9100
|
17 years |
vboxsync |
Corrected fstsw to fnstsw. The fstsw mnemonic is assembled into …
|
|
|
@9099
|
17 years |
vboxsync |
More instruction filtering and hacking.
|
|
|
@9098
|
17 years |
vboxsync |
More or less working yasm formatter. Added some disassembler testcases.
|
|
|
@9097
|
17 years |
vboxsync |
ParseEscFP: Why copy fpop->param[12] to pCpu->param[12].parval? …
|
|
|
@9012
|
17 years |
vboxsync |
Fill in parameter size values.
|
|
|
@9011
|
17 years |
vboxsync |
Update for 64 bits disassembly
|
|
|
@9007
|
17 years |
vboxsync |
Accidental commit of course…
|
|
|
@9000
|
17 years |
vboxsync |
Disassembler: fixed build break in DisasmTest.cpp
|
|
|
@8999
|
17 years |
vboxsync |
Disassembler updates for 64 bits code
|
|
|
@8989
|
17 years |
vboxsync |
use redirect. set VBOX_LOG_DEST=nofile when running tstDisasm-2 to …
|
|
|
@8988
|
17 years |
vboxsync |
TESTING pass prep.
|
|
|
@8987
|
17 years |
vboxsync |
Fixed missing OP_SUB in the lock validation - it wasn't caught by the …
|
|
|
@8986
|
17 years |
vboxsync |
Changed the undefined opcode handling; the default now is to fail. …
|
|
|
@8983
|
17 years |
vboxsync |
Enabled the disValidateLockSequence code.
|
|
|
@8980
|
17 years |
vboxsync |
doc.
|
|
|
@8979
|
17 years |
vboxsync |
The rest.
|
|
|
@8976
|
17 years |
vboxsync |
OR, SBB, SUB.
|
|
|
@8975
|
17 years |
vboxsync |
NEG & NOT.
|
|
|
@8974
|
17 years |
vboxsync |
INC & DEC
|
|
|
@8972
|
17 years |
vboxsync |
cmpxchg*.
|
|
|
@8971
|
17 years |
vboxsync |
BTC, BTR, BTS.
|
|
|
@8970
|
17 years |
vboxsync |
removed debug warning accidentally left in.
|
|
|
@8968
|
17 years |
vboxsync |
ADD and ADC + a make file.
|
|
|
@8966
|
17 years |
vboxsync |
ADC tests.
|
|
|
@8956
|
17 years |
vboxsync |
spelling.
|
|
|
@8938
|
17 years |
vboxsync |
Wrote up the makefile bits or the dissassembler test 'framework' and …
|
|
|
@8937
|
17 years |
vboxsync |
Wrote up the makefile bits or the dissassembler test 'framework' and …
|
|
|
@8936
|
17 years |
vboxsync |
Lock sequence validation (disabled).
|
|
|
@8935
|
17 years |
vboxsync |
props, export, and fixes.
|
|
|
@8934
|
17 years |
vboxsync |
Hacking in progress.
|
|
|
@8933
|
17 years |
vboxsync |
build fix.
|
|
|
@8932
|
17 years |
vboxsync |
props.
|
|
|
@8931
|
17 years |
vboxsync |
props.
|
|
|
@8930
|
17 years |
vboxsync |
Disassembler.
|
|
|
@8760
|
17 years |
vboxsync |
PATH_KBUILD -> KBUILD_PATH.
|
|
|
@8758
|
17 years |
vboxsync |
BUILD_TARGET* -> KBUILD_TARGET*.
|
|
|
@8493
|
17 years |
vboxsync |
fix burns
|
|
|
@8492
|
17 years |
vboxsync |
warnings
|
|
|
@8491
|
17 years |
vboxsync |
Fixed OS/2 builds.
|
|
|