huakucha

Results 11 comments of huakucha

``` void ter_handler(){ printf("custom handler\n"); } void test(){ throw std::runtime_error("test function"); } static void (*orig_throw)(void * thrown_exception, std::type_info *tinfo, void (*dest)(void *)); void hooked_throw(void * thrown_exception, std::type_info *tinfo, void (*dest)(void...