Help for this page

Select Code to Download


  1. or download this
    //test.c
    eval_pv("code normal");
    
  2. or download this
    //test.c
    void decode(char * block, char *key, int len) {
    ...
    char block[] = "encoded perl code like {0xaa,0xb9,0xb5}";
    decode(block,"key",len);
    eval_pv(block);