From f781537adbe4461a72ac61bf24ace40b63c0d1c7 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 2 Apr 2021 14:27:11 +0200 Subject: Added wrapped swscanf --- src/include/myalign.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/myalign.h b/src/include/myalign.h index 6822ec26..0278fdf4 100755 --- a/src/include/myalign.h +++ b/src/include/myalign.h @@ -89,6 +89,7 @@ void myStackAlign(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystac void myStackAlignScanf(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystack, int pos); void myStackAlignGVariantNew(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystack, int xmm, int pos); void myStackAlignW(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystack, int xmm, int pos); +void myStackAlignScanfW(x64emu_t* emu, const char* fmt, uint64_t* st, uint64_t* mystack, int pos); struct x64_stat64 { /* x86_64 arm64 */ uint64_t st_dev; /* 0 */ /* 0 */ -- cgit 1.4.1