Re: [3/5] ntdll: Implement RtlInstallFunctionTableCallback on x86_64.
7 Apr
2014
7 Apr
'14
2:05 a.m.
Sebastian Lackner <sebastian(a)fds-team.de> wrote:
+@ cdecl -arch=x86_64 RtlInstallFunctionTableCallback(long long long ptr ptr ptr) ... +BOOLEAN CDECL RtlInstallFunctionTableCallback( DWORD64 table, DWORD64 base, DWORD length, + PGET_RUNTIME_FUNCTION_CALLBACK callback, PVOID context, PCWSTR dll )
spec entry doesn't match the implementation. Probably it should be (int64 int64 long ptr ptr wstr) -- Dmitry.
4357
Age (days ago)
4357
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov