VirtualBox

source: vbox/trunk/src/VBox/Disassembler

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette