Closed jgru closed 3 years ago
That character is international. It is a Unicode user-defined character.
It is used to separate the filename from the forensic offset.
It is literally the sbuf_t::map_file_delimiter
.
Check here: https://github.com/simsong/be13_api/blob/435240c743948627a6c7b04b2dde9e2d323d548a/sbuf.cpp#L250-251
And here: https://github.com/simsong/be13_api/blob/435240c743948627a6c7b04b2dde9e2d323d548a/sbuf.h#L176-180
Thanks for clarification!
Dear Simson,
I have another issue or maybe just a question: I noticed, that
fr->write(...)
produces non-printable characters in the output-files (at least on my system system), like so:If you view it in hex, you can see, that
0xf4 0x80 0x80 0x9c
is inserted just after the file name of the finding:Is there any reason for that or should this be fixed?
Best regards
Jan