Add macro(hide_sc_c) to hidemaru as 1.
ex. in data:
d252515152ffd031d250b80041b175ff
d0e8c4ffffff7573657233322e646c6
Press the key Ctrl-1. You can get c style code as follows.
\xd2\x52\x51\x51\x52\xff\xd0\x31\xd2\x50\xb8\x00\x41\xb1\x75\xff\n
\xd0\xe8\xc4\xff\xff\xff\x75\x73\x65\x72\x33\x32\x2e\x64\x6c\x6c
Add macro(hide_sc_asm) to hidemaru as 2.
ex. in data:
d252515152ffd031d250b80041b175ff
d0e8c4ffffff7573657233322e646c6
Press the key Ctrl-2. You can get asm style code as follows.
db 0xd2, 0x52, 0x51, 0x51, 0x52, 0xff, 0xd0, 0x31, 0xd2, 0x50, 0xb8, 0x00, 0x41, 0xb1, 0x75, 0xff
db 0xd0, 0xe8, 0xc4, 0xff, 0xff, 0xff, 0x75, 0x73, 0x65, 0x72, 0x33, 0x32, 0x2e, 0x64, 0x6c, 0x6c