29
Hebrew, Wine and Ubuntu
Filed Under (Linux, Open source, Tips & tricks) by 2of1 on 29-03-2011
If you’re having problems with Hebrew text coming up all garbled with Wine under Ubuntu, here’s the solution:
Read the rest of this entry »
29
If you’re having problems with Hebrew text coming up all garbled with Wine under Ubuntu, here’s the solution:
Read the rest of this entry »
24
I came across a one-liner for printing a byte in binary embedded in an article on AVR fuses (http://electrons.psychogenic.com/modules/arms/art/14/AVRFusesHOWTOGuide.php).
I’ve extended this one-liner to output all bytes of a target in binary:
Read the rest of this entry »
21
Here are two easy ways to compile 32-bit binaries on a 64-bit system.
Read the rest of this entry »
03
Often embedded images sit compressed (deflated) on the flash. Usually the bootloader is responsible for decompressing (inflating) the image and loading it into RAM.
I come across these quite often in the embedded reverse engineering work I do (dumping compressed flash mem).
I finally decided to write a simple python script to do the job of decompression (excuse the python, not my strongest skill
).
Read the rest of this entry »