--ee-hook: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "=Command examples= <pre> A section for explaining the full usage of a CLI or LUA command </pre> {| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-ali...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Command examples=
=Command examples=
<pre>
A section for explaining the full usage of a CLI or LUA command
</pre>
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
{| cellspacing="0" cellpadding="2" border="1" class="wikitable" style="text-align: center;"
! Command !! Description  
! Command !! Description  
Line 9: Line 6:
|-
|-
| <pre>--ee-hook=0x0028A578,AdvanceClock,,1000</pre> || <pre>First is the offset, second is the instruction,
| <pre>--ee-hook=0x0028A578,AdvanceClock,,1000</pre> || <pre>First is the offset, second is the instruction,
  third is the opcode that was skipped, fourth is the value of the instruction</pre>
  third is the opcode check that was skipped, fourth is the value of the decrease in speed(?)</pre>
|-
|-
| <pre>--ee-hook=0x0028A578,FastForwardClock</pre> || <pre>First is the offset, second is the instruction.</pre>
| <pre>--ee-hook=0x0028A578,FastForwardClock</pre> || <pre>First is the offset, second is the instruction.</pre>
|-  
|-  
| <pre>--ee-hook=0x46fb68,MfifoDrain</pre>||
|-
|}
|}
{{Reverse Engineering}}
<noinclude>[[Category:Main]]</noinclude>

Latest revision as of 14:37, 26 February 2024

Command examples[edit | edit source]

Command Description
ee hook
--ee-hook=0x0028A578,AdvanceClock,,1000
First is the offset, second is the instruction,
 third is the opcode check that was skipped, fourth is the value of the decrease in speed(?)
--ee-hook=0x0028A578,FastForwardClock
First is the offset, second is the instruction.
--ee-hook=0x46fb68,MfifoDrain