News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Windows Research Kernel

Started by guga, July 01, 2014, 02:27:44 AM

Previous topic - Next topic

guga

Btw...Anta, do you want me to upload the contents of http://www.microsoft.com/education/ww/faculty/pages/resources.aspx ?

Are you still having troubles opening the site ?
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

Gunther

Gustavo,

Quote from: guga on July 02, 2014, 03:33:44 AM
For example, i found an excellent article about PE insecurity here http://www.reversinglabs.com/advisory/pecoff.html, but i coldnt´upload the pdfs due to the limitation. So i created a subforum devoted to ebooks in RosAsm forum that can handle bigger uploads.

that's a real interesting article. Good to know for every serious programmer.

Gunther
You have to know the facts before you can distort them.

anta40

Quote from: guga on July 02, 2014, 03:46:14 AM
Btw...Anta, do you want me to upload the contents of http://www.microsoft.com/education/ww/faculty/pages/resources.aspx ?

Are you still having troubles opening the site ?

Hi guga,

No problem. After using a proxy, I could access that page.
Blame my ISP, I guess.
Anyway, after checking my old external disks, I found my MSDN AA stuffs, including windows research kernel
itself  ;)

guga

OK, guys...I´m quite finishing the new CreateToolhelp32Snapshot function.

Once done, i´ll try to recreate "Process32First" and "Process32Next" and post here
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

guga

Ok, i finished the newer CreateToolhelp32Snapshot function. It´s working fine here with all flags used in the regular Api. All M$ annoyances are now fixed. No more polluting the stack unnecessarily, and the errors messages are now properly set.

I will start rebuilding the others to try to make a small app to you guys test it, if you like :)

Need people to help me test this on Vista/Win7 and above and specially on the good old Win NT4.

Why NT4 ? Because CreateToolhelp32Snapshot wasn´t supposed to work with it ;)

Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

Mondragon

Quote from: guga on July 01, 2014, 03:18:47 AM
Btw...I created a PDF containing the M$ documentation related to this Set of Kernel Apis.I compiled all docs from Windows Research Kernel file and uploaded on RosAsm board here
http://rosasm.freeforums.org/windows-research-kernel-t168.html

Couldn´t upload it in here due to the limitations of file size.

Hi Guga,
I know its been a few years, but is there any way you can re-upload this to a working location? I'm doing extensive research and work with this stuff and the docs would be VERY VERY handy. Thank you so much.

guga

Hi Mondragon

Sorry for the delay, i just saw it now.

Here is a link where i uploaded the old files for windows research kernel.

I uploaded the full pdf, and wrk files.
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com