Quote:
Originally Posted by knc1
I meant exactly what I posted in answer to how to determine the number of nulls in the specific example I quoted.
- - - - -
If the snippets you are posting are from a file similar to the browserd that you linked to - -
Then the first thing to look at is the first few bytes of the file.
Once you do that, then no guessing in this case is required. 
(It is a very well defined file format, with many tools available to display the details of its content.)
|
browserd: ELF 32-bit LSB executable, ARM, version 1 (SYSV), for GNU/Linux 2.6.14, dynamically linked (uses shared libs), stripped
browserd: file format elf32-little
objdump: Can't disassemble for architecture UNKNOWN!
Sorry, I don't know how to read this file format. An example of a tool for windows x86 or linux x86 that would let me insert items into these two areas without screwing up the format would be appreciated. A generic hex editor doesn't respect its format.