Create statically linked dc3dd for linux

| | Comments (0) | TrackBacks (0)
Dowload dc3dd from HERE and to your /tmp dir or whatever dir you want. 
cd /tmp/dc3dd-6.12.2
env CFLAGS=-static

./configure
make clean
make
cd src

ls -la
(You should see a dc3dd file in green along with the object files that were created during the compiling process)
strip dc3dd (this removes the debugging information that was created during the compilation process
file ./dc3dd   - just tells you that the exe is statically linked

0 TrackBacks

Listed below are links to blogs that reference this entry: Create statically linked dc3dd for linux.

TrackBack URL for this entry: http://www.labgeek.net/cgi-bin/mt/mt-tb.cgi/755

Leave a comment

About this Entry

This page contains a single entry by published on February 12, 2009 9:46 PM.

DoD CyberCrime Conference 2009 was the previous entry in this blog.

Cell phone forensics training at DC3 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.