flat assembler
Message board for the users of flat assembler.

Index > Windows > What winapi functions were introduced with vista and others?

Author
Thread Post new topic Reply to topic
vivik



Joined: 29 Oct 2016
Posts: 671
vivik 29 Oct 2017, 08:03
I see some apps drop windows xp support, and I wonder what exactly it means. I'm still trying to learn winapi from 2004, and I wonder what changed since then.
Post 29 Oct 2017, 08:03
View user's profile Send private message Reply with quote
Furs



Joined: 04 Mar 2016
Posts: 2493
Furs 29 Oct 2017, 13:03
Run those apps on XP (VM maybe) and see which functions are missing? You'll have to patch each function after finding it to find the next one though. (just change its string name for testing purposes to something valid, easy search/replace in Hex Editor)

Also, Vista made it possible to use "direct" low level TLS (without APIs) in DLLs loaded with LoadLibrary. Previously this worked only on executables or DLLs loaded statically.
Post 29 Oct 2017, 13:03
View user's profile Send private message Reply with quote
vivik



Joined: 29 Oct 2016
Posts: 671
vivik 29 Oct 2017, 13:26
Don't have enough hdd space for VM. Hoped there is a list somewhere.

TLS is very interesting, thanks!
Post 29 Oct 2017, 13:26
View user's profile Send private message Reply with quote
revolution
When all else fails, read the source


Joined: 24 Aug 2004
Posts: 20299
Location: In your JS exploiting you and your system
revolution 29 Oct 2017, 13:30
If you have some old versions of the MSDN that will list all the APIs supported at the time, and which previous versions of Windows each API is valid for.
Post 29 Oct 2017, 13:30
View user's profile Send private message Visit poster's website Reply with quote
El Tangas



Joined: 11 Oct 2003
Posts: 120
Location: Sunset Empire
El Tangas 12 Nov 2017, 22:17
Search and install the "msdn library for visual studio 2008", I believe it is where you can find the last available offline version of the win32 API documentation.

Once you install this (well, if you are willing, that's 2GB), go to the internal search engine and search for "functions by release".

You will find a list of functions introduced in each version pre-windows 7.
Post 12 Nov 2017, 22:17
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.