create package low orbit ion canon

Bug #658035 reported by mike
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
GetDeb Software Portal
Won't Fix
Wishlist
Unassigned

Bug Description

Low Orbit Ion Cannon - An open source network stress tool for Windows. Based on Praetox's loic project at https://sourceforge.net/projects/loic/ and written in C#.

http://github.com/NewEraCracker/LOIC

original license of first version of loic was PD
http://sourceforge.net/projects/loic/develop/
I guess current version is still under PD.

the native compiled byte code doesn't work in mono(officially for .NET 3.5), need compilation with mono

for compilation
sudo apt-get monodevelop liblog4net-cil-dev
inside the uncompressed source directory
mdtool build
the assembly is at
./bin/Debug/LOIC.exe
to run also needs the libs that are in the same directory
./bin/Debug/IRC.dll
./bin/Debug/log4net.dll
(mono doesn't want to merge them in a bundle)

in control i thrown in:

Package: loic
Version: 1.1.1.8
Section: networking
Priority: optional
Installed-size: 510
Architecture: all
Maintainer: not yet <email address hidden>
Depends: mono-runtime (>= 2.4.0), liblog4net1.2-cil (>= 1.2.10)
Replaces: loic
Homepage: http://github.com/NewEraCracker/LOIC
Description: Low Orbit Ion Cannon

for
mono-runtime
i didn't know how to put the default one(weird svn name)
the "liblog4net1.2-cil" is correct

and a wrapper to run it:
#!/bin/bash
MONO_PATH=/usr/local/lib
export MONO_PATH
/usr/local/lib/loic $*

i added in /usr/local/share/doc/loic
the readme

a little anomaly, in the command line it accepts an argument with "#" in front of it, but the linux command line is just ignoring that, thinking its a comment. I would propose to just edit the source to add that "#" internally. In source file "Program.cs" line 28 (trivial change). I changed it to "try {ircchannel = "#"+cmdLine[count + 3];}", edited the readme accordingly

almost properly packaged.
http://www.mediafire.com/file/ojea7eb2q54krlj/loic_1.1.1.8_all.deb

João Pinto (joaopinto)
Changed in getdeb.net:
importance: Undecided → Wishlist
status: New → Confirmed
Revision history for this message
Christoph Korn (c-korn) wrote :

Do I get it correctly that
http://sourceforge.net/projects/loic/
and
https://github.com/NewEraCracker/LOIC
are different projects but both are named loic (low orbit ion cannon) ?

Revision history for this message
Christoph Korn (c-korn) wrote :

Low interest.

Changed in getdeb.net:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.