Metasploit mailing list archives

compiling byakugan under XP SP3


From: pusscat at metasploit.com (Lurene Grenier)
Date: Wed, 19 Aug 2009 14:02:30 -0400

The new windows 7 WDK doesn't recognize a few directives that some
older WDK's always have, and I'd thought I'd removed them from the
script.  Right now I'm compiling on Vista for vista and xp with your
version of the WDK without issue.  I'm building an xpsp3 native build
box to test your issue right now.  Why did you have to change the path
to add \bin\x86?

---

Changing the windbg directory will also require that you change this line:

tenketsu.cpp:    LPCSTR dllName = "C:\\windbg\\injectsu.dll";

Also, I've ditched the #s in the setup.bat for REMs which vista doesnt
care about but XP apparently does


On Wed, Aug 19, 2009 at 12:50 PM, corelanc0d3r<corelanc0d3r at gmail.com> wrote:
Hi,

I have tried to compile byakugan under xp sp3 but it is failing

1. installed WDK
2. Opened Windows XP x86 Free build environment
3. Edited setup.bat (to make sure windbg path is correct) and added
C:\WinDDK\7600.16385.0\bin\x86 to the path (so nmake.exe can be found)
4. ran setup.bat


C:\framework3\external\source\byakugan>build -cZMg
BUILD: Compile and Link for x86
BUILD: Start time: Wed Aug 19 17:12:51 2009
BUILD: Examining C:\framework3\external\source\byakugan directory for
files to compile.
BUILD: Compiling C:\framework3\external\source\byakugan directory
Configuring OACR for 'root:x86fre' - <OACR on>
1>errors in directory C:\framework3\external\source\byakugan
1>C:\framework3\external\source\byakugan\sources(7) : error U1023:
syntax error in expression
1>nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 MAKEDIR_RELATIVE
_TO_BASEDIR= failed - rc = 2

BUILD: Compile errors: not linking
C:\framework3\external\source\byakugan directory
BUILD: Finish time: Wed Aug 19 17:12:51 2009
BUILD: Done

? ?0 files compiled - 2 Errors

C:\framework3\external\source\byakugan>#build injectsu
'#build' is not recognized as an internal or external command,operable
program or batch file.

C:\framework3\external\source\byakugan>cd injectsu\

C:\framework3\external\source\byakugan\injectsu>build -cZMg
BUILD: Compile and Link for x86
BUILD: Start time: Wed Aug 19 17:12:52 2009
BUILD: Examining C:\framework3\external\source\byakugan\injectsu
directory for files to compile.
BUILD: Compiling C:\framework3\external\source\byakugan\injectsu directory
Configuring OACR for 'root:x86fre' - <OACR on>
1>errors in directory C:\framework3\external\source\byaku
gan\injectsu
1>C:\framework3\external\source\byakugan\injectsu\sources
(7) : error U1023: syntax error in expression
1>nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 MAKEDIR_RELATIVE
_TO_BASEDIR= failed - rc = 2

BUILD: Compile errors: not linking C:\framework3\external
\source\byakugan\injectsu directory
BUILD: Finish time: Wed Aug 19 17:12:52 2009
BUILD: Done

? ?0 files compiled - 2 Errors


any ideas ?
_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework




-- 
~ Lurene


Current thread: