nicolaasjan Posted 11 hours ago Posted 11 hours ago (edited) Test binary of yt-dlp for XP, made with Python 3.10.18 from a new Python 3.10 environment provided by @cmalex: See link in signature. Did not work on Windows Vista @VistaLover Edited 9 hours ago by nicolaasjan
user57 Posted 9 hours ago Posted 9 hours ago Csr functions useally came from csrsrv.dll i think CsrNewThread is just a different name for CsrCreateThread those are often very similiar to CreateThread or NtCreateThread it would be about looking its parameters and purpose for exact detail, but xp has many of these functions https://www.geoffchappell.com/studies/windows/win32/csrsrv/api/process/thread.htm
roytam1 Posted 6 hours ago Posted 6 hours ago 3 hours ago, user57 said: Csr functions useally came from csrsrv.dll i think CsrNewThread is just a different name for CsrCreateThread those are often very similiar to CreateThread or NtCreateThread it would be about looking its parameters and purpose for exact detail, but xp has many of these functions https://www.geoffchappell.com/studies/windows/win32/csrsrv/api/process/thread.htm no it do something different: https://doxygen.reactos.org/d6/dad/sdk_2include_2reactos_2subsys_2csr_2csr_8h.html#a37b4505763dfb64bf489339460ae04e8
user57 Posted 5 hours ago Posted 5 hours ago there CsrNewThread is just a redirection to NtRegisterThreadTerminatePort if thats all you just have to use NtRegisterThreadTerminatePort, xp has that function
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now