c# - Write / Output data from a Process that doesn't support Pipe into Memory? -
been looking on no avail
i go process assembles code (from text file nothing special), , outputs compiled file (this can read hex).
piping doesn't work process, cause needs whole data , not stream etc, need save files hdd , read/write etc.
so wonder, possible trick process?
can somehow tell read file memory instead of filename on disk?
and can output memory same principle?
i can confirm reading/writing standardoutput/input/error doesn't achieve really.
the process use:
-argument "something.file" -o "outputfile"
however outputs without -o it's worth. "-" nothing except produces error (on output):
assembler messages: fatal error: can't open bfd on stdout -
Comments
Post a Comment