unix Posted December 10, 2008 Posted December 10, 2008 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?
LaFarge Posted December 10, 2008 Posted December 10, 2008 Parts 2 and 3 are never written, as far as i know. Gabri3l never finished the series, therefore exist only Part 1...
SSlEvIN Posted December 11, 2008 Posted December 11, 2008 Yep you are right, Madafaka ... khm, khm, ... I mean LaFarge ... XD
janisito Posted January 4, 2010 Posted January 4, 2010 Too bad, Gabri3l is one of the best tutorial authors out there. I really enjoy reading his stuff.
Shub-Nigurrath Posted January 4, 2010 Posted January 4, 2010 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.
TeRcO Posted February 3 Posted February 3 -src -ARTeam.esfv -Thumbs.db -Weakness of the Windows API.Part1.pdf WeaknessoftheWindowsAPI.rarFetching info... 4 2
lovejoy226 Posted February 4 Posted February 4 (edited) On 2/3/2025 at 12:49 PM, TeRcO said: -src -ARTeam.esfv -Thumbs.db -Weakness of the Windows API.Part1.pdf WeaknessoftheWindowsAPI.rar 449 kB · 17 downloads Expand 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 4 by New Year - New Mind
fearless Posted February 4 Posted February 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.zipFetching info... spyfunc.IsDebuggerPresent.zipFetching info... 2
lovejoy226 Posted February 4 Posted February 4 On 2/4/2025 at 11:25 AM, 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 Expand @fearless Many thanks. I've forgotten the way to use "masm32" assembler. Regards. sean. 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now