Editor hexadecimal para unidades abertas

3

Existem bons editores hexadecimais que podem abrir uma unidade não apenas um único arquivo? Algo como o Hex Workshop? Eu estou procurando por algo para a minha classe Computer Forensics.

Obrigado

    
por Jeff Smith 28.03.2015 / 21:18

1 resposta

2

Acho que o wxHexEditor atende às suas necessidades.

wxHexEditor is not an ordinary hex editor, but could work as low level disk editor too. If you have problems with your HDD or partition, you can recover your data from HDD or from partition via editing sectors in raw hex. You can edit your partition tables or you could recover files from File System by hand with help of wxHexEditor. Or you might want to analyze your big binary files, partitions, devices... If you need a good reverse engineer tool like a good hex editor, you welcome. wxHexEditor could edit HDD/SDD disk devices or partitions in raw up to exabyte sizes.

Você pode instalá-lo com este comando:

sudo apt-get install wxhexeditor

Página oficial: link

    
por Helio 28.03.2015 / 21:30

Tags