ISO file extractor

rashmi sarmah

rashmi sarmah

@rashmi-sarmah-tvamzB Oct 26, 2024
I need help in making this project which wil be compeletely in C languagae..the concept is like suppose I have a .iso file and inside this file I have some other files(like linux shell program or any C program) while I extract that iso file I get my original file..pls help me in making an algorithm of this project.I really in need of it

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Vishal Sharma

    Vishal Sharma

    @vishal-pysGmK Mar 29, 2015

    rashmi sarmah
    I need help in making this project which wil be compeletely in C languagae..the concept is like suppose I have a .iso file and inside this file I have some other files(like linux shell program or any C program) while I extract that iso file I get my original file..pls help me in making an algorithm of this project.I really in need of it
    Maybe you should start out by trying to open an iso in rb mode and dump it into a text file and see what you get. It is interesting actually. I would even suggest you to first read about how an ISO is made. Sometimes to break something, we need to know how it is made!

    I have never try this! will work on it and let you know if i find anything!
  • Ankita Katdare

    Ankita Katdare

    @abrakadabra Jul 25, 2015

    #-Link-Snipped-# If you are still working on this project, it would be great if you share your findings with us. Or share where you are stuck at and someone could help you out.
  • Ashraf HZ

    Ashraf HZ

    @Ash Jul 25, 2015

    Hi Rashmi, just to be clear again, your project requirement is coding a program to be able to extract content from an ISO file?

    If so, you can utilize an open source extractor like 7-Zip. Invoke 7-Zip via CLI with the required parameters, from your program.

    Below link has sample CLI commands:
    #-Link-Snipped-#