Latest PS3 News Forum Updates

  • News
  • Posts
  • PS3 CFW
  • PS3 Files
  • PS3 Hacks
  • PS3 Help
  • PS3 Releases
  • PS3 Themes
  • PS3 Trophies
  • PS Vita Trophies
  1. #1

    [Answered] compiling fail0verflow tools on windows

    Before I ask my question, first, hopefully, I'm posting this in the correct forum.

    Secondly, I was able to compile the tools on ubutun without error. But I decided to give windows 7 a shot, I have all the required tools already installed, compiler, etc.

    When I go to make, i get a error:

    Code:
    tools.c:7:22: fatal error: sys/mman.h: No such file or directory
    After doing some research, it seems that the mman.h is a linux only header file. So, how is everyone compiling the tools for Windows support?

    Thanks,

    James

    Best Answer - Posted by CJPC

    Check out this thread for a guide (about cygwin) and how to run the apps.

  2. #2
    I know I'm not answering your question directly, but what do you want with those? There are compiled .exe files on the net.

    Plus, they are not working at all because of some functions only working with linux (generating random by catching from /dev/random/)

    The answer: Compiling by Cygwin!

    greetings


  3. #3
    Check out this thread for a guide (about cygwin) and how to run the apps.