VirtualBox

source: vbox/trunk/src/VBox/Disassembler

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @18768   16 年 vboxsync Typo for rdpmc
(edit) @18458   16 年 vboxsync tstDisasm-2: size_t warning.
(edit) @18449   16 年 vboxsync DisasmFormatBytes.cpp: size_t warning.
(edit) @18448   16 年 vboxsync Disasm.cpp/DbgBytesToString: MSC warnings, optimizations.
(edit) @18422   16 年 vboxsync Makefiles,DIS: Cleanup of C++ exception options for the windows …
(edit) @17629   16 年 vboxsync never use printf without a format string
(edit) @17091   16 年 vboxsync RTGetOpt interface changes.
(edit) @16433   16 年 vboxsync DisasmReg.cpp: Use RT_OFFSETOF_ADD instead of RT_OFFSETOF() + 1, g++ …
(edit) @15961   16 年 vboxsync missed relocation type in ASM
(edit) @15302   16 年 vboxsync test/check shouldn't be there at all.
(edit) @15301   16 年 vboxsync {IPRT,DIS}/Makefile.kmk: check and test must be double colon rules.
(edit) @14831   16 年 vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @13839   16 年 vboxsync And yet more %V* -> %R* changes…
(edit) @13836   16 年 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 年 vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13834   16 年 vboxsync Some strugging format conversions.
(edit) @13833   16 年 vboxsync VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13547   16 年 vboxsync Makefiles: Eliminated a handful of places where we create extremely …
(edit) @13241   16 年 vboxsync Added support for three byte opcodes (not complete; just to test …
(edit) @13088   16 年 vboxsync Added todo
(edit) @12989   16 年 vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12790   16 年 vboxsync Correction for address size override in 16 bits mode.
(edit) @12249   16 年 vboxsync Disassembler/Makefiles: Eliminated PATH_TARGET usage and pushed them …
(edit) @12170   16 年 vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12138   16 年 vboxsync tstDisasm-2: Added a -xhex-bytes option which causes the arguments …
(edit) @11721   16 年 vboxsync - completly divorced SDK and binary, use 'kmk sdk' to build SDK
(edit) @11504   16 年 vboxsync RIP related addressing fix.
(edit) @11493   16 年 vboxsync fixed assertion
(edit) @11490   16 年 vboxsync Consistency
(edit) @11489   16 年 vboxsync ImmVRel is 32 bits sign extended to 64 bits in long mode.
(edit) @11464   16 年 vboxsync Iz means sign extend to 64 bits, not zero extend.
(edit) @11462   16 年 vboxsync Correct fix for forced flag handling in instruction groups.
(edit) @11461   16 年 vboxsync Backed out 34906. Not necessary.
(edit) @11460   16 年 vboxsync Check for force flags when determining the new opcode in instruction …
(edit) @11406   16 年 vboxsync warning
(edit) @11111   16 年 vboxsync Forgotten EOL property.
(edit) @10394   16 年 vboxsync More bug fixes for index handling.
(edit) @10393   16 年 vboxsync Corrected 16 bits index handling.
(edit) @10378   16 年 vboxsync Possible fix for Linux guest regression
(edit) @10276   16 年 vboxsync Handle 64 bits index (SIB).
(edit) @10275   16 年 vboxsync Handle the 'mov %Ev, %Iz' case correctly in 64 bits op mode.
(edit) @10272   16 年 vboxsync Deal with sign extending bytes to uint64_t.
(edit) @10271   16 年 vboxsync Fixed DISGetParamSize for 64 bits mode.
(edit) @10203   16 年 vboxsync warnings
(edit) @10170   16 年 vboxsync warnings
(edit) @10050   16 年 vboxsync VBOX_KBUILD_HACKING
(edit) @10016   16 年 vboxsync Corrected parameter types (const). Use SELMToFlatEx instead of …
(edit) @9926   16 年 vboxsync 32 bits register updates clear the upper dword of the 64 bits register.
(edit) @9925   16 年 vboxsync Yasm formatter: Fixes for sil, dil, spl, bpl and r8b-r15b.
(edit) @9923   16 年 vboxsync Remove comma
(edit) @9922   16 年 vboxsync Fix the order here as well.
(edit) @9921   16 年 vboxsync Corrections
(edit) @9919   16 年 vboxsync Deal with DIL, SIL, BPL & SPL register accesses. (64 bits mode only)
(edit) @9916   16 年 vboxsync The AMD64 specific 8-bit registers are busted it seems.
(edit) @9914   16 年 vboxsync Basic register testcase (to be expanded).
(edit) @9913   16 年 vboxsync It's spl, bpl, sil and dil (not *b).
(edit) @9912   16 年 vboxsync Fixed bustage when the 64-bit address operand was changed to …
(edit) @9850   16 年 vboxsync Swapgs & vmcall added to the tables.
(edit) @9849   16 年 vboxsync Many fixes for operand sizes (Iv -> Iz)
(edit) @9792   16 年 vboxsync Byte, word and dword access to r8-r15.
(edit) @9763   16 年 vboxsync Wrong string format specifier for 64 bits values.
(edit) @9762   16 年 vboxsync 32 bits displacement in 64 bits mode
(edit) @9761   16 年 vboxsync 64 bits disassembly changes (32 bits displacement sign extended to 64 bits)
(edit) @9759   16 年 vboxsync Displacement handling in 64 bits mode
(edit) @9731   16 年 vboxsync And again
(edit) @9730   16 年 vboxsync Bugfix
(edit) @9707   16 年 vboxsync Not needed anymore
(edit) @9706   16 年 vboxsync disCoreOne needs to catch exceptions in ring 3!!!
(edit) @9676   16 年 vboxsync Correction
(edit) @9675   16 年 vboxsync General cleanup of SELMToFlat.
(edit) @9669   16 年 vboxsync warnings
(edit) @9342   17 年 vboxsync Corrected the array index.
(edit) @9340   17 年 vboxsync Only negate the displacement if it's an offset. A full address is …
(edit) @9285   17 年 vboxsync For all parameters
(edit) @9284   17 年 vboxsync Missing IDX_ParseFixedReg
(edit) @9275   17 年 vboxsync todos.
(edit) @9272   17 年 vboxsync Fixed symbol lookup - pCpu was missing.
(edit) @9271   17 年 vboxsync Implemented symbol lookup, strict / relaxed assembly, and relative …
(edit) @9266   17 年 vboxsync DISFormatYasm(Ex).
(edit) @9132   17 年 vboxsync More verbose assertion
(edit) @9131   17 年 vboxsync Dropped the USE_EFFICIENT_ADDRESS flag. This breaks assumptions in …
(edit) @9101   17 年 vboxsync More yasm fixing.
(edit) @9100   17 年 vboxsync Corrected fstsw to fnstsw. The fstsw mnemonic is assembled into …
(edit) @9099   17 年 vboxsync More instruction filtering and hacking.
(edit) @9098   17 年 vboxsync More or less working yasm formatter. Added some disassembler testcases.
(edit) @9097   17 年 vboxsync ParseEscFP: Why copy fpop->param[12] to pCpu->param[12].parval? …
(edit) @9012   17 年 vboxsync Fill in parameter size values.
(edit) @9011   17 年 vboxsync Update for 64 bits disassembly
(edit) @9007   17 年 vboxsync Accidental commit of course…
(edit) @9000   17 年 vboxsync Disassembler: fixed build break in DisasmTest.cpp
(edit) @8999   17 年 vboxsync Disassembler updates for 64 bits code
(edit) @8989   17 年 vboxsync use redirect. set VBOX_LOG_DEST=nofile when running tstDisasm-2 to …
(edit) @8988   17 年 vboxsync TESTING pass prep.
(edit) @8987   17 年 vboxsync Fixed missing OP_SUB in the lock validation - it wasn't caught by the …
(edit) @8986   17 年 vboxsync Changed the undefined opcode handling; the default now is to fail. …
(edit) @8983   17 年 vboxsync Enabled the disValidateLockSequence code.
(edit) @8980   17 年 vboxsync doc.
(edit) @8979   17 年 vboxsync The rest.
(edit) @8976   17 年 vboxsync OR, SBB, SUB.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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