EWFAPI

  • Thread starter Thread starter ariano.lattanzi
  • Start date Start date
A

ariano.lattanzi

Reading MSDN documents and tutorials I did not get one thing:

Is it possible to design an application (say in C++) which runs (also
as a shell) on an XPE system protected with EWF (say RAM mode) which
writes some data which do persist during reboot?
I mean: using EWFAPI will I be able to write just some data on the disk
and mantain EWF protection?

tks
 
ariano.lattanzi said:
Reading MSDN documents and tutorials I did not get one thing:

Is it possible to design an application (say in C++) which runs (also
as a shell) on an XPE system protected with EWF (say RAM mode) which
writes some data which do persist during reboot?
I mean: using EWFAPI will I be able to write just some data on the disk
and mantain EWF protection?

tks
I don't believe so, I've always handled this sort of thing by having an
unprotected data partition.
 
Back
Top