Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.401.348 Times

Disassembling freeware
 

Disassembling

Added: July 29, 2013 | Visits: 387

otoole otoole makes the disassembling output of otool more readable, e.g. it tries to resolves Obj-C messages, branches. Think of it as the small brother of LDasm.



Platforms: Mac

License: Freeware Size: 10.24 KB Download (45): otoole Download

Added: August 12, 2010 | Visits: 1.146

NetPacket::IP SYNOPSIS use NetPacket::IP; $ip_obj = NetPacket::IP->decode($raw_pkt); $ip_pkt = NetPacket::IP->encode($ip_obj); $ip_data = NetPacket::IP::strip($raw_pkt); NetPacket::IP provides a set of routines for assembling and disassembling packets using IP (Internet Protocol). Methods...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): NetPacket::IP Download

Added: September 11, 2010 | Visits: 1.211

Udis86 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...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (135): Udis86 Download

Released: October 22, 2007  |  Added: April 21, 2014 | Visits: 630

AutoServices The car service automation process management. Get service orders and execute them. The customer put service call to company. The application handles all the process of car servicing, starting from the gate reception, to disassembling and disassembling. The incoming task emerges as "Activities...


Platforms: Windows

License: Freeware Size: 10.68 MB Download (53): AutoServices Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 481

Dotnet IL Editor Dotnet IL Editor (DILE) allows disassembling and debugging .NET 1.0/1.1/2.0/3.0/3.5 applications without source code or .pdb files. It can debug even itself or the assemblies of the .NET Framework on IL level.


Platforms: Windows

License: Freeware Size: 1024 KB Download (47): Dotnet IL Editor Download

Added: November 27, 2010 | Visits: 859

cxmon cxmon is an interactive command-driven file manipulation tool that is inspired by the "Amiga Monitor" by Timo Rossi.The project has commands and features similar to a machine code monitor/debugger, but it lacks any functions for running/tracing code. There are, however, built-in PowerPC, 680x0,...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): cxmon Download

Added: April 26, 2010 | Visits: 882

NetPacket::LLC NetPacket::LLC is a Perl module to assemble and disassemble IEEE 802.3 LLC protocol packets. SYNOPSIS use NetPacket::LLC; use NetPacket::SpanningTree; $llc_data = NetPacket::Ethernet->strip($raw_packet); $st_data = NetPacket::LLC->strip($llc_data); $st_obj =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): NetPacket::LLC Download

Added: June 18, 2010 | Visits: 752

Classfile Reader & This package makes it easy to read and write java classfiles. It doesnt, however, provide any help with displaying the contents of a classfile to the user (unless you count debug output), or disassembling the bytecodes. This code snippet will read in a classfile and write it back out to a...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (115): Classfile Reader & Download

Added: July 15, 2010 | Visits: 1.139

Zodiac Zodiac is a DNS protocol analyzation and exploitation program. Zodiac project is a robust tool to explore the DNS protocol. Internally it contains advanced DNS routines for DNS packet construction and disassembling and is the optimal tool if you just want to try something out without undergoing...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (121): Zodiac Download

Added: August 15, 2010 | Visits: 975

NetPacket::ARP NetPacket::ARP is a Perl module to assemble and disassemble ARP (Address Resolution Protocol) packets. SYNOPSIS use NetPacket::ARP; $tcp_obj = NetPacket::ARP->decode($raw_pkt); $tcp_pkt = NetPacket::ARP->encode(params...); # Not implemented NetPacket::ARP provides a set of routines for...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (106): NetPacket::ARP Download

Added: June 24, 2010 | Visits: 1.124

NetPacket::Ethernet NetPacket::Ethernet is a Perl module to assemble and disassemble ethernet packets. SYNOPSIS use NetPacket::Ethernet; $eth_obj = NetPacket::Ethernet->decode($raw_pkt); $eth_pkt = NetPacket::Ethernet->encode(params...); # Not implemented $eth_data = NetPacket::Ethernet::strip($raw_pkt);...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (193): NetPacket::Ethernet Download

Added: November 01, 2010 | Visits: 1.064

NetPacket::ICMP NetPacket::ICMP is a Perl module to assemble and disassemble ICMP (Internet Control Message Protocol) packets. SYNOPSIS use NetPacket::ICMP; $icmp_obj = NetPacket::ICMP->decode($raw_pkt); $icmp_pkt = NetPacket::ICMP->encode(); $icmp_data = NetPacket::ICMP::strip($raw_pkt);...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (123): NetPacket::ICMP Download

Added: April 15, 2010 | Visits: 930

NetPacket::IGMP etPacket::IGMP is a Perl module to assemble and disassemble IGMP (Internet Group Mangement Protocol) packets. SYNOPSIS use NetPacket::IGMP; $igmp_obj = NetPacket::IGMP->decode($raw_pkt); $igmp_pkt = NetPacket::IGMP->encode(params...); # Not implemented $igmp_data =...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (115): NetPacket::IGMP Download

Added: September 05, 2010 | Visits: 1.278

NetPacket::UDP NetPacket::UDP is a Perl module to assemble and disassemble UDP (User Datagram Protocol) packets. SYNOPSIS use NetPacket::UDP; $udp_obj = NetPacket::UDP->decode($raw_pkt); $udp_pkt = NetPacket::UDP->encode($ip_obj); $udp_data = NetPacket::UDP::strip($raw_pkt); NetPacket::UDP provides a...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (144): NetPacket::UDP Download

Added: June 02, 2010 | Visits: 1.368

NetPacket::TCP NetPacket::TCP is a Perl module to assemble and disassemble TCP (Transmission Control Protocol) packets. SYNOPSIS use NetPacket::TCP; $tcp_obj = NetPacket::TCP->decode($raw_pkt); $tcp_pkt = NetPacket::TCP->encode($ip_pkt); $tcp_data = NetPacket::TCP::strip($raw_pkt); NetPacket::TCP...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (130): NetPacket::TCP Download

Added: July 29, 2013 | Visits: 439

gpsim gpsim is an open sourced simulator for Microchip's PIC microcontrollers supporting all three families of PICs: 12-bit, 14-bit, and 16-bit cores. gpsim has been designed to be as accurate as possible. Accuracy includes the entire PIC - from the core to the I/O pins and including ALL of the...


Platforms: *nix

License: Freeware Size: 2.24 MB Download (35): gpsim Download