coldboot-attacks icon indicating copy to clipboard operation
coldboot-attacks copied to clipboard

64-bit version?

Open imsdala opened this issue 7 years ago • 2 comments

I have tried creating a 64-bit version using Ubuntu 16.04 with: make -f Makefile.64 and then sudo dd if=scraper.bin of=/dev/sdb to no avail.

Have tried dumping the memory but I only get some text: Bootstrap loaded.. trying pakcet mode .. starting USB Memory scraper, written by Bill Paul..

Then it just restarts. Tried it on multiple computers. Any ideas?

imsdala avatar Apr 25 '18 13:04 imsdala

I have the same problem with the 64bit Version. 32 bit would be also fine for me but it crashes while building saying it doesn't support x86.

Flova avatar Oct 02 '19 17:10 Flova

yep.. same issue occuring.. someone suggested setting -m32 flag instead of the march=i386. But that also doesn't work because the instruction sets for the assembly file throw error.

n-92 avatar Oct 19 '21 00:10 n-92