|
|
|
|
@ -29,16 +29,18 @@ |
|
|
|
|
uint32_t cli_bcapi_test0(struct cli_bc_ctx *ctx, struct foo*, uint32_t); |
|
|
|
|
uint32_t cli_bcapi_test1(struct cli_bc_ctx *ctx, uint32_t, uint32_t); |
|
|
|
|
int32_t cli_bcapi_read(struct cli_bc_ctx *ctx, uint8_t*, int32_t); |
|
|
|
|
int32_t cli_bcapi_write(struct cli_bc_ctx *ctx, uint8_t*, int32_t); |
|
|
|
|
int32_t cli_bcapi_seek(struct cli_bc_ctx *ctx, int32_t, uint32_t); |
|
|
|
|
uint32_t cli_bcapi_setvirusname(struct cli_bc_ctx *ctx, const const uint8_t*, uint32_t); |
|
|
|
|
uint32_t cli_bcapi_debug_print_str(struct cli_bc_ctx *ctx, const const uint8_t*, uint32_t); |
|
|
|
|
uint32_t cli_bcapi_debug_print_uint(struct cli_bc_ctx *ctx, uint32_t, uint32_t); |
|
|
|
|
uint32_t cli_bcapi_disasm_x86(struct cli_bc_ctx *ctx, struct DISASM_RESULT*, uint32_t); |
|
|
|
|
|
|
|
|
|
const struct cli_apiglobal cli_globals[] = { |
|
|
|
|
/* Bytecode globals BEGIN */ |
|
|
|
|
{"__clambc_match_counts", GLOBAL_MATCH_COUNTS, 73, |
|
|
|
|
{"__clambc_match_counts", GLOBAL_MATCH_COUNTS, 82, |
|
|
|
|
((char*)&((struct cli_bc_ctx*)0)->hooks.match_counts - (char*)NULL)}, |
|
|
|
|
{"__clambc_exeinfo", GLOBAL_EXEINFO, 70, |
|
|
|
|
{"__clambc_exeinfo", GLOBAL_EXEINFO, 79, |
|
|
|
|
((char*)&((struct cli_bc_ctx*)0)->hooks.exeinfo - (char*)NULL)}, |
|
|
|
|
{"__clambc_kind", GLOBAL_KIND, 16, |
|
|
|
|
((char*)&((struct cli_bc_ctx*)0)->hooks.kind - (char*)NULL)}, |
|
|
|
|
@ -47,40 +49,72 @@ const struct cli_apiglobal cli_globals[] = { |
|
|
|
|
/* Bytecode globals END */ |
|
|
|
|
}; |
|
|
|
|
const unsigned cli_apicall_maxglobal = _LAST_GLOBAL-1; |
|
|
|
|
static uint16_t cli_tmp0[]={}; |
|
|
|
|
static uint16_t cli_tmp1[]={71, 32, 32, 16}; |
|
|
|
|
static uint16_t cli_tmp2[]={72}; |
|
|
|
|
static uint16_t cli_tmp3[]={32, 32, 32, 32, 32, 32, 32, 32, 32}; |
|
|
|
|
static uint16_t cli_tmp4[]={32}; |
|
|
|
|
static uint16_t cli_tmp5[]={32, 32, 32}; |
|
|
|
|
static uint16_t cli_tmp6[]={32, 65, 32}; |
|
|
|
|
static uint16_t cli_tmp7[]={32, 77, 32}; |
|
|
|
|
static uint16_t cli_tmp0[]={79, 77, 75, 72, 70, 32, 32}; |
|
|
|
|
static uint16_t cli_tmp1[]={71}; |
|
|
|
|
static uint16_t cli_tmp2[]={32, 32}; |
|
|
|
|
static uint16_t cli_tmp3[]={73}; |
|
|
|
|
static uint16_t cli_tmp4[]={16, 8, 8, 32, 32, 32, 32, 32, 64, 32, 32, 16, 16, 16, 16, 16, 16, 32, 32, 32, 32, 16, 16, 64, 64, 64, 64, 32, 32, 74}; |
|
|
|
|
static uint16_t cli_tmp5[]={71}; |
|
|
|
|
static uint16_t cli_tmp6[]={76}; |
|
|
|
|
static uint16_t cli_tmp7[]={16, 8, 8, 32, 32, 32, 32, 32, 32, 32, 32, 32, 16, 16, 16, 16, 16, 16, 32, 32, 32, 32, 16, 16, 32, 32, 32, 32, 32, 32, 74}; |
|
|
|
|
static uint16_t cli_tmp8[]={78}; |
|
|
|
|
static uint16_t cli_tmp9[]={77}; |
|
|
|
|
static uint16_t cli_tmp9[]={32, 16, 16, 32, 32, 32, 16, 16}; |
|
|
|
|
static uint16_t cli_tmp10[]={80, 32, 32, 16}; |
|
|
|
|
static uint16_t cli_tmp11[]={81}; |
|
|
|
|
static uint16_t cli_tmp12[]={32, 32, 32, 32, 32, 32, 32, 32, 32}; |
|
|
|
|
static uint16_t cli_tmp13[]={32}; |
|
|
|
|
static uint16_t cli_tmp14[]={32, 84, 32}; |
|
|
|
|
static uint16_t cli_tmp15[]={85}; |
|
|
|
|
static uint16_t cli_tmp16[]={16, 8, 8, 8, 87, 86}; |
|
|
|
|
static uint16_t cli_tmp17[]={8}; |
|
|
|
|
static uint16_t cli_tmp18[]={88}; |
|
|
|
|
static uint16_t cli_tmp19[]={8}; |
|
|
|
|
static uint16_t cli_tmp20[]={32, 32, 32}; |
|
|
|
|
static uint16_t cli_tmp21[]={32, 65, 32}; |
|
|
|
|
static uint16_t cli_tmp22[]={32, 92, 32}; |
|
|
|
|
static uint16_t cli_tmp23[]={93}; |
|
|
|
|
static uint16_t cli_tmp24[]={92}; |
|
|
|
|
|
|
|
|
|
const struct cli_bc_type cli_apicall_types[]={ |
|
|
|
|
{, cli_tmp0, , 0, 0}, |
|
|
|
|
{DStructType, cli_tmp1, 4, 0, 0}, |
|
|
|
|
{DPointerType, cli_tmp2, 1, 0, 0}, |
|
|
|
|
{DStructType, cli_tmp3, 9, 0, 0}, |
|
|
|
|
{DArrayType, cli_tmp4, 64, 0, 0}, |
|
|
|
|
{DFunctionType, cli_tmp5, 3, 0, 0}, |
|
|
|
|
{DFunctionType, cli_tmp6, 3, 0, 0}, |
|
|
|
|
{DFunctionType, cli_tmp7, 3, 0, 0}, |
|
|
|
|
{DStructType, cli_tmp0, 7, 0, 0}, |
|
|
|
|
{DPointerType, cli_tmp1, 1, 0, 0}, |
|
|
|
|
{DStructType, cli_tmp2, 2, 0, 0}, |
|
|
|
|
{DPointerType, cli_tmp3, 1, 0, 0}, |
|
|
|
|
{DStructType, cli_tmp4, 30, 0, 0}, |
|
|
|
|
{DArrayType, cli_tmp5, 16, 0, 0}, |
|
|
|
|
{DPointerType, cli_tmp6, 1, 0, 0}, |
|
|
|
|
{DStructType, cli_tmp7, 31, 0, 0}, |
|
|
|
|
{DPointerType, cli_tmp8, 1, 0, 0}, |
|
|
|
|
{DStructType, cli_tmp9, 1, 0, 0} |
|
|
|
|
{DStructType, cli_tmp9, 8, 0, 0}, |
|
|
|
|
{DStructType, cli_tmp10, 4, 0, 0}, |
|
|
|
|
{DPointerType, cli_tmp11, 1, 0, 0}, |
|
|
|
|
{DStructType, cli_tmp12, 9, 0, 0}, |
|
|
|
|
{DArrayType, cli_tmp13, 64, 0, 0}, |
|
|
|
|
{DFunctionType, cli_tmp14, 3, 0, 0}, |
|
|
|
|
{DPointerType, cli_tmp15, 1, 0, 0}, |
|
|
|
|
{DStructType, cli_tmp16, 6, 0, 0}, |
|
|
|
|
{DArrayType, cli_tmp17, 29, 0, 0}, |
|
|
|
|
{DArrayType, cli_tmp18, 10, 0, 0}, |
|
|
|
|
{DArrayType, cli_tmp19, 3, 0, 0}, |
|
|
|
|
{DFunctionType, cli_tmp20, 3, 0, 0}, |
|
|
|
|
{DFunctionType, cli_tmp21, 3, 0, 0}, |
|
|
|
|
{DFunctionType, cli_tmp22, 3, 0, 0}, |
|
|
|
|
{DPointerType, cli_tmp23, 1, 0, 0}, |
|
|
|
|
{DStructType, cli_tmp24, 1, 0, 0} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
const unsigned cli_apicall_maxtypes=sizeof(cli_apicall_types)/sizeof(cli_apicall_types[0]); |
|
|
|
|
const struct cli_apicall cli_apicalls[]={ |
|
|
|
|
/* Bytecode APIcalls BEGIN */ |
|
|
|
|
{"test0", 7, 0, 1}, |
|
|
|
|
{"test1", 5, 0, 0}, |
|
|
|
|
{"read", 6, 1, 1}, |
|
|
|
|
{"seek", 5, 1, 0}, |
|
|
|
|
{"setvirusname", 6, 2, 1}, |
|
|
|
|
{"debug_print_str", 6, 3, 1}, |
|
|
|
|
{"debug_print_uint", 5, 2, 0} |
|
|
|
|
{"test0", 22, 0, 1}, |
|
|
|
|
{"test1", 20, 0, 0}, |
|
|
|
|
{"read", 21, 1, 1}, |
|
|
|
|
{"write", 21, 2, 1}, |
|
|
|
|
{"seek", 20, 1, 0}, |
|
|
|
|
{"setvirusname", 21, 3, 1}, |
|
|
|
|
{"debug_print_str", 21, 4, 1}, |
|
|
|
|
{"debug_print_uint", 20, 2, 0}, |
|
|
|
|
{"disasm_x86", 14, 5, 1} |
|
|
|
|
/* Bytecode APIcalls END */ |
|
|
|
|
}; |
|
|
|
|
const cli_apicall_int2 cli_apicalls0[] = { |
|
|
|
|
@ -91,7 +125,9 @@ const cli_apicall_int2 cli_apicalls0[] = { |
|
|
|
|
const cli_apicall_pointer cli_apicalls1[] = { |
|
|
|
|
(cli_apicall_pointer)cli_bcapi_test0, |
|
|
|
|
(cli_apicall_pointer)cli_bcapi_read, |
|
|
|
|
(cli_apicall_pointer)cli_bcapi_write, |
|
|
|
|
(cli_apicall_pointer)cli_bcapi_setvirusname, |
|
|
|
|
(cli_apicall_pointer)cli_bcapi_debug_print_str |
|
|
|
|
(cli_apicall_pointer)cli_bcapi_debug_print_str, |
|
|
|
|
(cli_apicall_pointer)cli_bcapi_disasm_x86 |
|
|
|
|
}; |
|
|
|
|
const unsigned cli_apicall_maxapi = sizeof(cli_apicalls)/sizeof(cli_apicalls[0]); |
|
|
|
|
|