Skip to content

Commit

Permalink
Fixed memcpy offset for fw 7.00 / 7.01 / 7.02
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed May 19, 2024
1 parent 99487a8 commit 5c0b15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/offset.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class OffsetsFirmware_700_702: public OffsetsFirmware {
KMEM_ALLOC_PATCH1 = 0xffffffff823171be;
KMEM_ALLOC_PATCH2 = 0xffffffff823171c6;

MEMCPY = 0xffffffff8222ef80;
MEMCPY = 0xffffffff8222f040;

// 0xffffffff82660609 : mov cr0, rsi ; ud2 ; mov eax, 1 ; ret
MOV_CR0_RSI_UD2_MOV_EAX_1_RET = 0xffffffff823b7169;
Expand Down

0 comments on commit 5c0b15a

Please sign in to comment.