Is my project possible?

Hello, im currently trying to create a virtual EEPROM (the function of an EEPROM but in a software) including a .bin file that runs another program that is initiallized through the EEPROM; all of this inside a USB, but the thing is that i need to take the info from the physical EEPROM for the Software one, i currently have a homemade EEPROM reader/programmer, so, is there a way to read the physical one through an Arduino software and then make an Arduino software capable of replicating the EEPROM?
Thanks!

Which EEPROM do you want to emulate?

The standard Arduinos have only about 2000 bytes of memory.

Delta_G:
Can Arduino read an EEPROM? Most likely, though you failed to mention which EEPROM chip you have.

Can Arduino act as the EEPROM? Probably, you just have to write code for the Arduino to listen for the commands and take appropriate action.

thanks, this is really helpful info. also, the EEPROM im trying to read is an 8 pin Altera EPC1441PC8, the pins are different from a 24Cxx, etc, but they are programable.