User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 06:15, 4 February 2018 (diff | hist) (0) m Template:Asm:LoadPtrsFromDissectToRegisters (current)
- 19:41, 3 February 2018 (diff | hist) (+1,489) N Assembler:Commands:XADD (Created page with 'Category:Assembler '''command''' xadd ''destination, source'' Exchange and add the source with/to the destination. The '''CF''', '''PF''', '''AF''', '''SF''', '''ZF''', and…') (current)
- 19:27, 3 February 2018 (diff | hist) (+1,466) N Assembler:Commands:XCHG (Created page with 'Category:Assembler '''command''' xchg ''destination, source'' Exchange the contents of the source with the destination. <div style="padding:2px;border:1px dashed #2f6fab;b…') (current)
- 19:14, 3 February 2018 (diff | hist) (+1,146) N Assembler:Commands:BSWAP (Created page with 'Category:Assembler '''command''' bswap ''operand'' The bswap instruction reverse the byte order of the destination. Its used to convert values from Little-Endian to Big-Endi…') (current)
- 04:35, 3 February 2018 (diff | hist) (-1) Template:Asm:CustomRegenUsingPtrs (current)
- 03:00, 3 February 2018 (diff | hist) (+356) Template:Asm:LoadPtrsFromDissectToRegisters
- 02:46, 3 February 2018 (diff | hist) (-15) Scripting:Asm
- 02:42, 3 February 2018 (diff | hist) (+147) Scripting:Asm
- 02:38, 3 February 2018 (diff | hist) (+219) Scripting:Asm
- 02:31, 3 February 2018 (diff | hist) (+1,140) N Template:Asm:CustomRegenUsingPtrs (Created page with 'Category:Scripting ===Using Pointers=== ''we all love pointers'', ''they have multiple uses''. ''note that the script might not be injected in 32 bit processes'', ''unless y…')
- 01:04, 3 February 2018 (diff | hist) (+1,080) N Template:Asm:CustomRegenUsingAnO (Created page with 'Category:Scripting ===Using Address & Offset=== ''this script requires you to get the address & the offset from another script'', ''dont forget to globally allocate them or …') (current)
- 22:35, 2 February 2018 (diff | hist) (-101) Template:Asm:LoadPtrsToRegisters (current)
- 22:31, 2 February 2018 (diff | hist) (+131) Scripting:Asm
- 22:27, 2 February 2018 (diff | hist) (+701) N Template:Asm:LoadPtrsFromDissectToRegisters (Created page with 'Category:Scripting ===Load Pointers From Dissect Data / Structures=== ''sometimes you find valid compare points under pointers'', ''but how to use pointers from dissect data…')
- 21:43, 2 February 2018 (diff | hist) (+23) Template:Asm:ValuesWithoutPointers (current)
- 21:43, 2 February 2018 (diff | hist) (+6) Template:Asm:AddressesWithoutPointers (current)
- 21:42, 2 February 2018 (diff | hist) (+19) Template:Asm:AddressesWithoutPointers
- 21:41, 2 February 2018 (diff | hist) (+771) N Template:Asm:LoadPtrsToRegisters (Created page with 'Category:Scripting ===Load Pointers Into Registers=== ''in some cases you might need to load a pointer into a register'', ''here how its done''. <code style="background:#FF…')
- 20:55, 2 February 2018 (diff | hist) (+126) N Scripting:Asm (Created page with 'Category:Scripting ==Values & Address== {{Template:Asm:ValuesWithoutPointers}} {{Template:Asm:AddressesWithoutPointers}}')
- 20:54, 2 February 2018 (diff | hist) (+828) N Template:Asm:AddressesWithoutPointers (Created page with 'Category:Scripting ===Get Addresses Without Pointers=== ''cant find pointers?'', ''pointer scanner takes so long?''. ''use this and change the requirements'', ''dont forget …')
- 20:48, 2 February 2018 (diff | hist) (+777) N Template:Asm:ValuesWithoutPointers (Created page with 'Category:Scripting ===Get Values Without Pointers=== ''cant find pointers?'', ''pointer scanner takes so long?''. ''use this and change the requirements'', ''dont forget to …')
- 19:02, 2 February 2018 (diff | hist) (-1) Scripting (current)
- 16:58, 2 February 2018 (diff | hist) (-36) Scripting
- 00:34, 2 February 2018 (diff | hist) (-3) Scripting
- 00:24, 2 February 2018 (diff | hist) (+1) Scripting
- 00:22, 2 February 2018 (diff | hist) (+596) Scripting
- 20:20, 1 February 2018 (diff | hist) (+45) Scripting
- 20:19, 1 February 2018 (diff | hist) (-20) Scripting
- 20:17, 1 February 2018 (diff | hist) (+99) N Scripting (Created page with 'Category:Scripting * Using Assembly Language * Using Lua Language')
- 20:16, 1 February 2018 (diff | hist) (-42) Main Page
- 20:10, 1 February 2018 (diff | hist) (0) m Main Page
- 20:10, 1 February 2018 (diff | hist) (-5) m Main Page
- 18:59, 1 February 2018 (diff | hist) (+75) N User talk:OldCheatEngineUser (Created page with '~~~~') (current)
- 18:59, 1 February 2018 (diff | hist) (+75) N User:OldCheatEngineUser (Created page with '~~~~') (current)
- 18:40, 1 February 2018 (diff | hist) (+63) Main Page
- 01:39, 31 January 2018 (diff | hist) (+1,762) N Assembler:Commands:CVTSI2SS (Created page with 'Category:Assembler '''command''' cvtsi2ss ''destination, source'' Converts doubleword integer to single precision floating point value. Used for Converting Doubleword Intege…') (current)
- 01:37, 31 January 2018 (diff | hist) (+1,624) N Assembler:Commands:CVTSI2SD (Created page with 'Category:Assembler '''command''' cvtsi2sd ''destination, source'' Converts doubleword integer to double precision floating point value. Used for Converting Doubleword Intege…') (current)
- 11:51, 26 January 2018 (diff | hist) (+1,711) N Assembler:Commands:CVTDQ2PS (Created page with 'Category:Assembler '''command''' cvtdq2ps ''destination, source'' Converts doubleword integer to single precision floating point value. Used for Converting Packed-Doubleword…') (current)
- 11:46, 26 January 2018 (diff | hist) (+1,692) N Assembler:Commands:CVTDQ2PD (Created page with 'Category:Assembler '''command''' cvtdq2pd ''destination, source'' Converts doubleword integer to double precision floating point value. Used for Converting Packed-Doubleword…') (current)
- 20:02, 25 January 2018 (diff | hist) (0) m Assembler:Commands:MOVLHPS (current)
- 20:01, 25 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVLHPS
- 20:00, 25 January 2018 (diff | hist) (+1,605) N Assembler:Commands:MOVLHPS (Created page with 'Category:Assembler '''command''' movlhps ''destination, source'' Copies the data from source operand to destination operand. Used for Moving Packed Single-Precision Floating…')
- 19:58, 25 January 2018 (diff | hist) (+1,605) N Assembler:Commands:MOVHLPS (Created page with 'Category:Assembler '''command''' movhlps ''destination, source'' Copies the data from source operand to destination operand. Used for Moving Packed Single-Precision Floating…') (current)
- 11:22, 18 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVLPD (current)
- 11:21, 18 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVHPS (current)
- 11:21, 18 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVHPD (current)
- 11:20, 18 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVLPS (current)
- 11:20, 18 January 2018 (diff | hist) (+12) m Assembler:Commands:MOVLPS
- 11:19, 18 January 2018 (diff | hist) (+12) m Assembler:Commands:MOVLPD
- 11:18, 18 January 2018 (diff | hist) (+12) m Assembler:Commands:MOVHPS
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)