User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:15, 4 February 2018 (diff | hist) (0) m Template:Asm:LoadPtrsFromDissectToRegisters (current)
- 00:41, 4 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)
- 00:27, 4 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)
- 00:14, 4 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)
- 09:35, 3 February 2018 (diff | hist) (-1) Template:Asm:CustomRegenUsingPtrs (current)
- 08:00, 3 February 2018 (diff | hist) (+356) Template:Asm:LoadPtrsFromDissectToRegisters
- 07:46, 3 February 2018 (diff | hist) (-15) Scripting:Asm
- 07:42, 3 February 2018 (diff | hist) (+147) Scripting:Asm
- 07:38, 3 February 2018 (diff | hist) (+219) Scripting:Asm
- 07: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…')
- 06: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)
- 03:35, 3 February 2018 (diff | hist) (-101) Template:Asm:LoadPtrsToRegisters (current)
- 03:31, 3 February 2018 (diff | hist) (+131) Scripting:Asm
- 03:27, 3 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…')
- 02:43, 3 February 2018 (diff | hist) (+23) Template:Asm:ValuesWithoutPointers (current)
- 02:43, 3 February 2018 (diff | hist) (+6) Template:Asm:AddressesWithoutPointers (current)
- 02:42, 3 February 2018 (diff | hist) (+19) Template:Asm:AddressesWithoutPointers
- 02:41, 3 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…')
- 01:55, 3 February 2018 (diff | hist) (+126) N Scripting:Asm (Created page with 'Category:Scripting ==Values & Address== {{Template:Asm:ValuesWithoutPointers}} {{Template:Asm:AddressesWithoutPointers}}')
- 01:54, 3 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 …')
- 01:48, 3 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 …')
- 00:02, 3 February 2018 (diff | hist) (-1) Scripting
- 21:58, 2 February 2018 (diff | hist) (-36) Scripting
- 05:34, 2 February 2018 (diff | hist) (-3) Scripting
- 05:24, 2 February 2018 (diff | hist) (+1) Scripting
- 05:22, 2 February 2018 (diff | hist) (+596) Scripting
- 01:20, 2 February 2018 (diff | hist) (+45) Scripting
- 01:19, 2 February 2018 (diff | hist) (-20) Scripting
- 01:17, 2 February 2018 (diff | hist) (+99) N Scripting (Created page with 'Category:Scripting * Using Assembly Language * Using Lua Language')
- 01:16, 2 February 2018 (diff | hist) (-42) Main Page
- 01:10, 2 February 2018 (diff | hist) (0) m Main Page
- 01:10, 2 February 2018 (diff | hist) (-5) m Main Page
- 23:59, 1 February 2018 (diff | hist) (+75) N User talk:OldCheatEngineUser (Created page with '~~~~') (current)
- 23:59, 1 February 2018 (diff | hist) (+75) N User:OldCheatEngineUser (Created page with '~~~~') (current)
- 23:40, 1 February 2018 (diff | hist) (+63) Main Page
- 06: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)
- 06: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)
- 16: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)
- 16: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)
- 01:02, 26 January 2018 (diff | hist) (0) m Assembler:Commands:MOVLHPS (current)
- 01:01, 26 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVLHPS
- 01:00, 26 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…')
- 00:58, 26 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)
- 16:22, 18 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVLPD (current)
- 16:21, 18 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVHPS (current)
- 16:21, 18 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVHPD (current)
- 16:20, 18 January 2018 (diff | hist) (-1) m Assembler:Commands:MOVLPS (current)
- 16:20, 18 January 2018 (diff | hist) (+12) m Assembler:Commands:MOVLPS
- 16:19, 18 January 2018 (diff | hist) (+12) m Assembler:Commands:MOVLPD
- 16:18, 18 January 2018 (diff | hist) (+12) m Assembler:Commands:MOVHPS
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)