How much memory should I launch JBroFuzz with?
By default the JRE settings are typically limited to 64 Mb of memory. If JBroFuzz is to be used for memory intensive operations, it is advised to use 256 Mb of memory. Say the file you want to run with 256Mb of available memory is named: JBroFuzz.jar From the command line type the following: >>java -jar -Xmx256m JBroFuzz.jar You will need to have Java installed on your system.