I have a file, which is a image in a format JPEG. I want to find out whether it has hidden content (video files). Is there something I can attempt to find the hidden content (video files) in this specific situation? We can assume it is not a method that hides the data into the image itself, i.e., it doesn't change any bits of the image data itself.
Related question I asked yesterday which got closed: How to find hidden files inside image files (Jpg/Gif/Png)
The hidden file can be in front of the image or at the tail. I am open to examining the image bit-by-bit or any other methods which might provide great accuracy, even if not 100%