|
jstrings
1
A tool for finding JIS-based character strings in binary streams
|
POD structure for containing a found string. More...
#include <jis_enc.h>
Public Attributes | |
| off_t | address |
| The offset of the beginning of the found string relative to the start of the stream. | |
| std::vector< uint8_t > | data |
| The extracted string data. | |
POD structure for containing a found string.
1.8.13