6
0
mirror of https://github.com/avast/ioc synced 2024-06-30 18:51:19 +00:00
ioc-collection/VB-Research/binary_ConstPoolEntry2/README.md

12 lines
464 B
Markdown
Raw Normal View History

2021-05-19 11:26:37 +00:00
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.