Tagged Questions
2
votes
2answers
575 views
how to find offset of one binary file inside another?
I have two binary files.
One of few hundreds kilos and other of few gigabytes.
I want to know whether the whole, smaller, file is contained within the larger one and if so then what is the offset from ...