Sinisterly
Windows 10 1903 Syscalls list - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: Windows 10 1903 Syscalls list (/Thread-Windows-10-1903-Syscalls-list)



Windows 10 1903 Syscalls list - IsBadWritePtr - 04-24-2019

NTDLL.DLL x64: https://pastebin.com/jPcUVssb
NTDLL.DLL Wow64: https://pastebin.com/ZYGvLYs3
NTDLL.DLL x86: https://pastebin.com/bt4Lis5d

NOTE: There might be some new functions missing

EDIT: I also have the list for USER32 and GDI32 if someone is interested I will post them too


RE: Windows 10 1903 Syscalls list - darkninja1980 - 04-25-2019

(04-24-2019, 03:34 PM)IsBadWritePtr Wrote: NTDLL.DLL x64: https://pastebin.com/jPcUVssb
NTDLL.DLL Wow64: https://pastebin.com/ZYGvLYs3
NTDLL.DLL x86: https://pastebin.com/bt4Lis5d

NOTE: There might be some new functions missing

EDIT: I also have the list for USER32 and GDI32 if someone is interested I will post them too

thank you for adding the three links. you can also post the others as well.


RE: Windows 10 1903 Syscalls list - IsBadWritePtr - 04-25-2019

GDI32 x64: https://pastebin.com/t29BHS6H
GDI32 x86: https://pastebin.com/DtJM178e
GDI32 WOW64: https://pastebin.com/Tg4mMmr5

USER32 x64: https://pastebin.com/KKDS4Vam
USER32 x86: https://pastebin.com/qRDjLf3H
USER32 WOW64: https://pastebin.com/51A2MYM3

I have them since Windows 2000, these lists are very powerful information


RE: Windows 10 1903 Syscalls list - darkninja1980 - 04-25-2019

(04-25-2019, 06:36 PM)IsBadWritePtr Wrote: GDI32 x64: https://pastebin.com/t29BHS6H
GDI32 x86: https://pastebin.com/DtJM178e
GDI32 WOW64: https://pastebin.com/Tg4mMmr5

USER32 x64: https://pastebin.com/KKDS4Vam
USER32 x86: https://pastebin.com/qRDjLf3H
USER32 WOW64: https://pastebin.com/51A2MYM3

I have them since Windows 2000, these lists are very powerful information

thank you


RE: Windows 10 1903 Syscalls list - Drako - 04-28-2019

Woah, did you get these yourself? I've never seen any system calls from Windows 10 yet.


RE: Windows 10 1903 Syscalls list - IsBadWritePtr - 04-29-2019

yes, they are stored in the start of the function, I have seen many lists but never for Wow64, here is a list https://j00ru.vexillium.org/syscalls/nt/64/ https://j00ru.vexillium.org/syscalls/nt/32/


RE: Windows 10 1903 Syscalls list - Drako - 04-29-2019

(04-29-2019, 05:08 AM)IsBadWritePtr Wrote: yes, they are stored in the start of the function, I have seen many lists but never for Wow64, here is a list https://j00ru.vexillium.org/syscalls/nt/64/ https://j00ru.vexillium.org/syscalls/nt/32/

By the way, use the 'Reply' button below a post so that the user you reply to gets the notification. If you don't they may never see your reply.