I used libaums to access private partition of my custom USB. Now I want to know how to read the Hidden area of my USB. To access the hidden area, I know the sector range of hidden address for my USB, and also the vendor specific command (or opcode) for read and write hidden area.
So far I read scsi command and found out about Read Buffer Command has Vendor-specific mode(01h). Does anybody know how to code the read buffer command? Thanks