6
0
mirror of https://github.com/avast/ioc synced 2024-07-03 00:33:49 +00:00
ioc-collection/VB-Research/binary_ConstPoolEntry2/README.md
2021-05-19 13:26:37 +02:00

12 lines
464 B
Markdown

This sample shows how to:
* embed binary strings in the constant pool
* decode them in pcode with an xor key given as an arg to the function
* do C call backs
* modify data in a c callback for use in the pcode
* return values both from callbacks, and from the pcode function itself
This one has been simplified from v1 to eliminate the copymemory call
and the CStr2Vec pcode function to convert a binary string from the const pool
into a byte array.