reverse engineering - Possible to customize camera firmware? -


I have a firmware update for my camera, will it be theoretically possible

delete it, Understand and customize it?

Even if it has to be unencrypted, you know something about the layout of the file - there are not many chips that can execute the correct code from the reset vector. After that, not is an easy task to test the dysfunctioned binary back in a high level source code, of course there is definitely something to take back that you can easily understand and modify. .. Good luck!

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -