Deprecated - Low Orbit Ion Cannon - An open source network stress tool, written in C#. Based on Praetox's LOIC project. USE ON YOUR OWN RISK. WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. IF YOU GET V& IT IS YOUR FAULT.
mono --arch=64 /LOIC_2/LOIC.exe
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all
mono --arch=32 /LOIC_2/LOIC.exe
Error: --arch=32 Failed to switch to 'mono32'
Mac OS Catalina
32 bit mono will not run on catalina, apple removed 32 bit support.
mono --arch=64 /LOIC_2/LOIC.exe WARNING: The runtime version supported by this application is unavailable. Using default runtime: v4.0.30319 WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all
mono --arch=32 /LOIC_2/LOIC.exe Error: --arch=32 Failed to switch to 'mono32'
Mac OS Catalina 32 bit mono will not run on catalina, apple removed 32 bit support.
How to run this on Macos catalina Thanks