Menu

Home

Michael Amaton

English:

MPOExtractor is a tiny app to utilize the mposplit commandline application by Christian Steinruecken in the GPL license.

it utilizes the byte char* found in the JPEG images in the MPO architecture, by finding it in 4 stages, it can found the image by comparing the resulting byte with the initial image byte (0xff, and 0xd8) When the app founds the JPEG initial byte, it detects the current buffer allocated memory as the image, and writes it to the filesystem. resulting in the .v1, v2.. etc images you can find after using the application.

MPOExtractor is a C# .net app that enables using it with UI, if the application (mposplit) is not found in the directory, it may present an error. Please download the mposplit binary before proceding. Found in the main directory of SourceForge's page.

Español:

MPOExtractor es una aplicacion realizada en C# que utiliza el programa mposplit escrito por Christian Steinruecken en la licencia GPL.

Funciona detectando el byte inicial de las imagenes JPEG, el cual es 0xff y 0xd8, comparandolo con el buffer de memoria alojado previamente. Su funcionalidad es bastante basica. Mientras que MPOExtractor es una aplicacion escrita en C# con el propósito de ofrecer una frontend para Windows, en la cual puedas seleccionar la imagen, y presentarla como argumento para mposplit.

Si MPOExtractor no encuentra el mposplit.exe en el directorio de ejecucion, es posible que presente un error. Por favor descarga mposplit.exe antes de ejecutar MPOExtractor, por lo menos antes de la siguiente revisión del programa.

Project Admins: