Rizin
unix-like reverse engineering framework and cli tools
common_windows.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2022 GustavoLCR
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #include <rz_debug.h>
5 
7 bool windows_is_exception_fatal(ut32 exception_code);
8 void windows_print_exception_event(ut32 pid, ut32 tid, ut32 exception_code, bool second_chance);
RzDebugReasonType windows_exception_to_reason(ut32 exception_code)
void windows_print_exception_event(ut32 pid, ut32 tid, ut32 exception_code, bool second_chance)
bool windows_is_exception_fatal(ut32 exception_code)
uint32_t ut32
static static fork const void static count static fd const char const char static newpath char char char static envp time_t static t const char static mode static whence const char static dir time_t static t unsigned static seconds const char struct utimbuf static buf static inc pid
Definition: sflib.h:64
RzDebugReasonType
Definition: rz_debug.h:89