dcfldd is an enhanced version of the dd command with additional features useful for forensics and information security, designed to run on Unix or Unix-like (POSIX-compliant) operating systems.
dcfldd is an enhanced version of the dd command with additional features useful for forensics and information security, designed to run on Unix or Unix-like (POSIX-compliant) operating systems.
To install dcfldd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dcfldd
To see what files were installed by dcfldd, run:
port contents dcfldd
To later upgrade dcfldd, run:
sudo port selfupdate && sudo port upgrade dcfldd
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.