CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2004
    Posts
    166

    Need Win32 Assembler

    Alright, sorry for the noobishness, but I'm a Linux user. I'm using an AMD Athlon 64 with Windows XP Professional SP2, so I'm going to need an i386 assembler.

  2. #2
    Join Date
    Nov 2004
    Posts
    34

    Re: Need Win32 Assembler

    You have several choices. Some noteworthy ones:

    FASM
    NASM
    HLA
    AS

    Of these, AS and NASM should already be on your 'nix

    Get FASM at http://flatassembler.net/
    Get HLA at http://webster.cs.ucr.edu/

  3. #3
    Join Date
    Sep 2004
    Posts
    166

    Re: Need Win32 Assembler

    Kickass, thanks.

    I disassembled the IE7 installer and I'm having it skip validation.

  4. #4
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Need Win32 Assembler

    Quote Originally Posted by LTsK8eR2gO
    Kickass, thanks.

    I disassembled the IE7 installer and I'm having it skip validation.
    Are you saying you cracked IE7 ? Do you know it's illegel ?
    Regards,
    Ramkrishna Pawar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured