Jump to content
Tuts 4 You

Searching for "The Weakness of the Windows API" by ARTeam


unix

Recommended Posts

Posted

Hello,

i am reading quite a lot from ARTeam, unfortunately i only got The Weakness of the Windows API Part 1 (from a 3 part series) in my archives, therefore i wanted to ask, where i could find the other two parts as this topic is very interesting for me. May it be that there is only one part available?

Posted

Parts 2 and 3 are never written, as far as i know. Gabri3l never finished the series, therefore exist only Part 1...

Posted

Yep you are right, Madafaka ... khm, khm, ... I mean LaFarge ... XD

Posted

Thanks for your replies. Mh, too bad..

Posted

/me slaps holevinsky: "Biatch!!!"

  • 1 year later...
Posted

Too bad, Gabri3l is one of the best tutorial authors out there. I really enjoy reading his stuff.

Shub-Nigurrath
Posted

gabri3l stopped his activity a lot of time ago and unfortunately no one continued his series. Also he never told us what he was planning to write, so situation is left as it is.

  • 15 years later...
New Year - New Mind
Posted (edited)
21 hours ago, TeRcO said:

-src
-ARTeam.esfv
-Thumbs.db
-Weakness of the Windows API.Part1.pdf

WeaknessoftheWindowsAPI.rar 449 kB · 17 downloads

Are there anyone who are able to build assembly dll source codes in the SRC folder?

I have errors when assembling them.

Many thanks in advance.

Regards.

sean.

Edited by New Year - New Mind
Posted
ML.EXE /c /coff /Cp /nologo /I"M:\MASM32\Include" spyfunc.asm
LINK.EXE /SUBSYSTEM:WINDOWS /RELEASE /DLL /DEF:"spyfunc.def" /LIBPATH:"M:\MASM32\Lib" /OUT:"spyfunc.dll" spyfunc.obj

Adjust for where your MASM32 include and lib folder are located

 

 

spyfunc.zip spyfunc.IsDebuggerPresent.zip

  • Thanks 1
New Year - New Mind
Posted
4 hours ago, fearless said:
ML.EXE /c /coff /Cp /nologo /I"M:\MASM32\Include" spyfunc.asm
LINK.EXE /SUBSYSTEM:WINDOWS /RELEASE /DLL /DEF:"spyfunc.def" /LIBPATH:"M:\MASM32\Lib" /OUT:"spyfunc.dll" spyfunc.obj

Adjust for where your MASM32 include and lib folder are located

 

 

spyfunc.zip 5.02 kB · 0 downloads spyfunc.IsDebuggerPresent.zip 5.32 kB · 0 downloads

@fearless Many thanks. I've forgotten the way to use "masm32" assembler.

Regards.

sean.

 

  • Like 1

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
×
×
  • Create New...