Posted December 10, 200816 yr 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?
December 10, 200816 yr Parts 2 and 3 are never written, as far as i know. Gabri3l never finished the series, therefore exist only Part 1...
January 4, 201015 yr Too bad, Gabri3l is one of the best tutorial authors out there. I really enjoy reading his stuff.
January 4, 201015 yr 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.
February 3Feb 3 -src -ARTeam.esfv -Thumbs.db -Weakness of the Windows API.Part1.pdf WeaknessoftheWindowsAPI.rar
February 4Feb 4 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 February 4Feb 4 by New Year - New Mind
February 4Feb 4 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
February 4Feb 4 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.
Create an account or sign in to comment