Jump to content

Recommended Posts

Posted

was playing around with the demo for rise of nations and found that it only needed a few apis rather than a few hundred. and was wondering if it was posible to get it to work.

i had to extract the contents of the msi because the install had a version checker which i got past successfully with unicows but then it wanted admin privllages and i could go no further.

so here what they are

Kernel32.dll AttachConsole

Kernel32.dll Process32FirstW

Kernel32.dll Process32NextW

Gdi32.dll GetGlythIndicesW

and i need a copy of PDH.dll

as in a fake copy like the ones made by Tihiy for PSAPI (the real PDH.dll references to NTDLL.dll so it is no good)


Posted

ohh but psapi worked isnt there a way to delete the ntdll dependencies out of pdh.dll or some unicows thingy

Posted

was recently playing around with win2k and found that 2k didnt have the AttachConsole API either but the system requirements allow 2k so it must of been incorperated into 2k so it should be able to possibly maybe put it in 98 maybe.

Posted

GetGlythIndicesW should be GetGlyphIndicesW... it's a 2k+ API, doesn't look too easy to implement...

Process32FirstW and Process32NextW are just W (unicode) versions of APIs that have existed since Win95, so interfacing them to the existing A versions should not be too difficult (quick Unicode conversion: delete every second byte from the string).

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...