Main > Free Download Search >

Free using x86 software for linux

using x86

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 15709
Udis86 1.5

Udis86 1.5


Udis86 is a binary file disassembler for x86/x86-64 with support for MMX, x87, 3Dnow! etc. more>>
Udis86/64 is (as of now) a binary file disassembler for the x86 and x86-64 (AMD64) architectures, capable of disassembling 16/32/64 bit binary files to AT&T or INTEL assembly language syntax.
[COPYRIGHt=1] Udis86 focuses on providing the basic disassembler functionality in executable format as well as a static library libudis86.a for use as the core of object/executable file diassembler programs.
Enhancements:
- Decode fixes.
- Fixed buffer overrun vulnerabilities. Input streaming is more robust now.
<<less
Download (0.10MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
835 downloads
Linice 2.6

Linice 2.6


Linice is an x86 source-level kernel debugger. more>>
Linice is a source-level kernel debugger for x86 systems with the look and feel of SoftIce for MS Windows.
It is designed for people who are already familiar with SoftIce, but anyone can quickly get used to it. It can break into a running kernel at any time using a hotkey and supports breakpoints and single step on modules, the kernel, or user programs.
Linice supports the VGA frame buffer, the X Window System, serial connections, and monochrome adapters.
Enhancements:
- A bug in linsym where getlogin() would return NULL for some kernels has been fixed.
- This fixes a linsym segfault reported by a number of users.
<<less
Download (0.91MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1551 downloads
ROSInfo 1.13

ROSInfo 1.13


ROSInfo is a simple tool for monitoring signal levels, traffic, and network latency of x86 machines. more>>
ROSInfo is a simple tool for monitoring signal levels, traffic, and network latency of x86 machines, RouterBoards, and other devices running Mikrotik RouterOS.

The project was designed to be used with Mikrotik RouterOS 2.9 and is being developed and tested on a large network with many Mikrotik routers.

Currently supported and tested are all versions of Mikrotik RouterOS 2.9.

<<less
Download (0.074MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1081 downloads
UPS 3.38 beta2

UPS 3.38 beta2


UPS is a light C and C++ debugger under X11. more>>
Ups is a source level C,C++ and Fortran debugger that runs under X11. Currently supported systems are FreeBSD and GNU/Linux on Intel x86 and Solaris on SPARC.

On these systems it runs native; it is not a front-end to GNU gdb. An ANSI C interpreter is included; this is built in to ups to provide conditional debugging and can also be built as a seperate program.

If you are using some other operating system or processor then please see the systems information as ups has in the past been ported to a variety of computers, and may include code for your system.

Ups was written by Mark Russell of the Computer Science department at the University of Kent at Canterbury, and was originally part of the Kent Software Tools suite.
<<less
Download (2.5MB)
Added: 2005-04-18 License: Free To Use But Restricted Price:
1652 downloads
RUNT Linux 5.0

RUNT Linux 5.0


RUNT (ResNet USB Network Tester) is Slackware Linux designed to run off of a 128 MB USB pen drive. more>>
RUNT (ResNet USB Network Tester) is Slackware Linux designed to run off of a 128 MB USB pen drive. RUNT Linux project consists of a boot floppy image and a zip file, similar to zipslack.

It is intended to be a fairly complete Linux installation for use as a testing tool capable of booting on any x86 computer with a USB port and a bootable floppy drive. RUNT 0.92, the initial version, was released November 27, 2002. Version 4.0 was released November 11, 2004.
<<less
Download (78.7MB)
Added: 2007-02-02 License: GPL (GNU General Public License) Price:
998 downloads
wavsilence 0.44

wavsilence 0.44


Wavsilence takes a large WAV file with gaps of silence and create smaller WAV files, containing the data between the gaps. more>>
Wavsilence takes a large WAV file with gaps of silence and create smaller WAV files, containing the data between the gaps. This is done based on length and tolerance parameters, which are used to determine what qualifies as silence. The original way of using it was to split up the chapters of large audio book files.

Development and testing is performed on an x86 machine running RedHat 9, using gcc-3.x. Although testing has not been performed on other platforms, wavsilence should run on any UNIX machine, and possibly on Windows. If you succeed in using wavsilence on another platform, please let me know.

Increasing the sample buffer can *really* increase the throughput of the program. On a dual 933MHz P3 with 256MB RAM and an ATA100 IDE disk, a sample buffer of 64 provides optimal performance (~6MB/s). Id like to hear about performance others are getting.

Enabling the progress display (the -p option) may reduce performance if you have a fast system.

When piping output to a command (the -P option), the throughput is limited to the speed at which the command youre running can take data. If you have the space, it would be faster to let the program create the pieces in separate files (the default behavior) and then
use the "-e" option to exec a program on each file when its done.
<<less
Download (0.016MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1192 downloads
LILO 22.8

LILO 22.8


LILO is a LInux boot loader. more>>
LILO is a Boot loader for Linux/x86 and other PC operating systems. It is responsible for loading your Linux kernel from either a floppy or a hard drive and passing control to it.

LILO is capable of booting beyond cylinder 1024 of a hard disk if the BIOS supports EDD packet call extensions to the int 0x13 interface.

LILO can also be used to boot many other operating systems, including DOS, Windows (all versions), OS/2, and the BSD variants. The LILO distribution includes full source, documentation and support files.
<<less
Download (0.12MB)
Added: 2007-02-19 License: BSD License Price:
719 downloads
UDPcast 20070602

UDPcast 20070602


udpcast is an install software via UDP multicast. more>>
UDPcast project is a file transfer tool that can send data simultaneously to many destinations on a LAN. This can for instance be used to install entire classrooms of PCs at once.
The advantage of UDPcast over using other methods (nfs, ftp, whatever) is that UDPcast uses Ethernets multicast abilities: it wont take longer to install 15 machines than it would to install just 2.
UDPcast is released under the GPL 2.0 license.
UDPcast can be started from the included linuxrc boot disk for OS installations, or from the command line when using it for other purposes.
Enhancements:
- The kernel was upgraded to 2.6.21.3 and busybox was upgraded to 1.5.1.
- The code was adapted to Solaris 10 x86 by adding includes and configure checks.
- A patch was made to fix parallel make and make DESTDIR=/tmp/xxx install.
- gcc4 warnings were addressed.
<<less
Download (0.13MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
544 downloads
Blender for Linux x86-32 2.48

Blender for Linux x86-32 2.48


3D creation software for Linux x86-32 - Python 2.5 more>> Aimed world-wide at media professionals and artists, Blender can be used to create 3D visualizations, stills as well as broadcast and cinema quality video, while the incorporation of a real-time 3D engine allows for the creation of 3D interactive content for stand-alone playback.
Originally developed by the company Not a Number (NaN), Blender now is continued as Free Software, with the source code available under the GNU GPL license. It now continues development by the Blender Foundation in the Netherlands.
Key Features:
For Linux x86-32/ Python 2.5
Fully integrated creation suite, offering a broad range of essential tools for the creation of 3D content, including modeling, uv-mapping, texturing, rigging, weighting, animation, particle and other simulation, scripting, rendering, compositing, post-production, and game creation;
Cross platform, with OpenGL uniform GUI on all platforms, ready to use for all versions of Windows (98, NT, 2000, XP), Linux, OS X, FreeBSD, Irix, Sun and numerous other operating systems;
High quality 3D architecture enabling fast and efficient creation work-flow;
<<less
Download (14.58MB)
Added: 2009-04-01 License: Freeware Price:
213 downloads
 
Other version of Blender for Linux x86-32
Blender for Linux x86-32 2.44Key Features: For Linux x86-32/ Python 2.5 Fully integrated creation suite, offering a broad ... uniform GUI on all platforms, ready to use for all versions of Windows (98, NT, 2000, XP), Linux
License:Freeware
Download (9.65MB)
198 downloads
Added: 2009-04-08
Blender for Linux x86-64 2.48

Blender for Linux x86-64 2.48


A 3D software Offer Sculpt,Scatter,Gamma tools for Linux x86-64/Python 2.4 more>> By For Linux x86-64 Python 2.5,new modifers were added, a couple of composite nodes were added, and a revamp of the old mesh primitives was done.
Features?
FFMPEG is now included in the Windows builds
Sculpt and MultiRes bug fixes and improvements
Subsurface Scattering is a new material option
There have been a large number of python script additions and updates, as well as API improvements
Two new Composite nodes have been added: Gamma and Bright/Contrast
Two new Modifiers: Smooth and Cast
The Action and NLA editors have now better control over visible channels. A new constraint was added, and a "preview range" option was added.
Blender now is 64-bits safe again. That safety is on two different levels.
The Bullet physics engine has had some changes which should give better reproducibility and precision/quality for physics simulations.
The mesh primitives have been revisited, improving their usability and pushing them a little beyond their previous state. This includes the addition of a new Torus primitive!
<<less
Download (13.9MB)
Added: 2009-04-29 License: Freeware Price:
222 downloads
 
Other version of Blender for Linux x86-64
Blender for Linux x86-64 2.44a 3D software Offer Sculpt,Scatter,Gamma tools for Linux x86-64 ... For Linux x86-64 Python 2.5,new modifers were added, a couple of composite nodes were added
License:Freeware
Download (11.2MB)
191 downloads
Added: 2009-04-15
AuCDtect for Linux X86 0.8 Release 3

AuCDtect for Linux X86 0.8 Release 3


A free console program for determining the authenticity of musical CDs. more>> AuCDtect - is a free console program for determining the authenticity of musical CDs. By evaluating the character of audio data a CD contains, Tau Analyzer can distinguish between original studio-based recordings and those that have been "reconstructed" using a lossy audio source, such as MP3. Console app.<<less
Download (28KB)
Added: 2009-04-03 License: Freeware Price: Free
206 downloads
openQRM Plug-ins 0.2 (Solaris (X86))

openQRM Plug-ins 0.2 (Solaris (X86))


openQRM Plug-ins is a collection of community-supported plug-ins that enable openQRM to manage other enterprise software. more>>
openQRM Plug-ins is a collection of community-supported plug-ins that enable openQRM to manage other enterprise and open source software.
openQRM is designed to deal with all sorts of failures automatically, thus preventing interrupts because of unexpected events.
Implementing openQRM greatly improves the reliability of the x86 data-center.
openQRM is an open source systems management platform which integrates with existing components in enterprise data centers to create scalable, highly available and customizable infrastructures.
openQRM is derived from a proven commercial product and distributed as an open source project through SourceForge, using a modified Mozilla Public License.
openQRMs architecture extends to and embraces other existing data center technologies through "plug-ins."The openQRM project team has created a number of plug-ins for broadly-used open source projects and proprietary solutions, and seeks to recruit community members to assist in additional plug-ins.
openQRM leverages the proven technologies of PXE and NFS along with storing images on central storage to effectively manage the data center.
The project team aims to set the standard in data center management by continuing to provide a "premiere" enterprise-grade project for automating IT infrastructure, and by embracing other technologies through increasing our offering of plug-ins.
OpenQRM.org is the best destination for our projects community to share ideas and innovations. Contributed by Qlusters, openQRM.org offers a range of support and information services to benefit all users of openQRM, including implementation advice, user forums and customer feedback.
Enhancements:
- The Solaris-x86 plugin was ported to openQRM 3.1.4 and the Solaris-x86 assignment function was fixed.
<<less
Download (0.016MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
912 downloads
Sishell 0.2

Sishell 0.2


Sishell provides a reverse shellcode kit for x86 Linux, FreeBSD, NetBSD, and OpenBSD. more>>
Sishell provides a reverse shellcode kit for x86 Linux, FreeBSD, NetBSD, and OpenBSD.

sishell is a reverse (connecting) shellcode kit for x86 Linux, FreeBSD, NetBSD, and OpenBSD. You may generate both regular shellcode (no NULLs) and stand-alone ELF executables (e.g. for injection into Web script vulnerabilities).

It is distributed with a Makefile system, a custom ELF brander (brandelf), and a C example code generator.

Shellcode is a piece of machine-readable code, or script code that has just one mission; to open up a command interpreter (shell) on the target system so that an "attacker" can type in commands in the same fashion as a regular authorized user, or system administrator of that system can (with a few
not-so-important exceptions though). However, in order to get remote access to the shell, youre going to need some kind of networking support in your
shellcode too.

If the shellcode is to be used to exploit buffer overflows (e.g.) in binary, machine-readable software, the shellcode is going to have to be machine-readable (binary) and, to make things more complicated, it cant contain any null bytes (0x00). Null (0) is a string delimiter that tells all C string functions (and other implementations) that once found the function should stop processing the string (thus, a null-terminated string). We dont want an input function to stop processing our shellcode, since we want to upload the entire shellcode into the vulnerable program and tell it to execute it.

<<less
Download (0.019MB)
Added: 2007-03-26 License: MIT/X Consortium License Price:
561 downloads
BottomFeeder for Solaris x86 4.4

BottomFeeder for Solaris x86 4.4


BottomFeeder is a news aggregator client written in VisualWorks Smalltalk more>> BottomFeeder is a news aggregator client (RSS and Atom) written in VisualWorks Smalltalk. BottomFeeder runs on Linux x86, (also FreeBSD), PowerPC Linux, Sparc Linux, Windows (98/ME/NT/2000/XP/CE 4), Mac OS8/9, Mac OS X (PPC, intel), AIX, SGI Irix, HP-UX, and Solaris (SPARC and x86).
What sets BottomFeeder apart?
Full support for CSS, including user defined CSS
View news in 3 pane or 2 pane modes
Subscribe to any RSS or Atom format in use
View items in a summary Newspaper View
Synchronize 2 or more BottomFeeders via HTTP or file import
Subscribe to feeds or feedlists
Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
Plugins for blogging, IRC, and MSN Messenger contacts
Easy to update or upgrade from within BottomFeeder
Save as many or as few feed items for as long as you want
Import or Export in common OPML format
Binary compatible on every platform. No need to recompile
<<less
Download (16.3MB)
Added: 2009-04-29 License: Freeware Price: Free
183 downloads
GStreamer Python Bindings 0.10.6

GStreamer Python Bindings 0.10.6


GStreamer Python Bindings provide Python bindings for the GStreamer project. more>>
GStreamer Python Bindings project provide Python bindings for the GStreamer project. These bindings provide access to almost all of the GStreamer C API through an object oriented Python API.
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
GStreamer is released under the LGPL.
Main features:
Multiplatform
- GStreamer has been ported to a wide range of operating systems, processors and compilers. This include but are not limited to Linux on i86,PPC, ARM using GCC. Solaris on x86 and SPARC using both GCC and Forte, MacOSX, Microsoft Windows using MS Visual Developer and IBM OS/400.
Comprehensive Core Library
- Graph-based structure allows arbitrary pipeline construction
- Based on GLib 2.0 object model for object-oriented design and inheritance
- Small core library of less than 150KB, about 10 K lines of code
- Pluggable scheduling system capable of dealing with most pipeline structures
- Multi-threaded pipelines are trivial and transparent to construct
- Clean and simple API for both plugin and application developers
- Extremely lightweight data passing means very high performance/low latency
- Complete debugging system for both core and plugin/app developers
- Clocking to ensure global inter-stream synchronization
Intelligent Plugin Architecture
- Dynamically loaded plugins provide elements and media types, demand-loaded via an XML registry, similar to ld.so.cache
- Element interface handles all known types of sources, filters, sinks
- Capabilities system allows verification of element compatibility using MIME types and media-specific properties
- Autoplugging uses capabilities system to complete complex paths automatically
- Pipelines can be saved to XML and loaded back to working state
- Resource friendly plugins dont waste RAM
Extensive Development Tools
- Graphical editor allows pipelines to be built quickly, run, and saved as XML
- gst-launch command-line tool enables even quicker prototyping and testing, similar to ecasound
- All tools written as libraries to allow easy reuse
- A lot of documentation, including partially completed manual and plugin writers guide
- Large selection of test programs and example code
- Access to GStreamer API with various programming language
<<less
Download (0.56MB)
Added: 2006-12-19 License: LGPL (GNU Lesser General Public License) Price:
1044 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5