├── .dockerignore ├── .editorconfig ├── .gitattributes ├── .github └── workflows │ └── build.yml ├── .gitignore ├── CMakeLists.txt ├── Dockerfile ├── LICENSE.txt ├── README.md ├── VERSION.txt ├── appveyor.yml ├── cmake ├── AMXConfig.cmake ├── AddSAMPPlugin.cmake ├── AddSAMPPluginTestPR.cmake ├── FindPawnCC.cmake ├── FindPluginRunner.cmake ├── FindSAMPServer.cmake ├── FindSAMPServerCLI.cmake ├── GetGitRevisionDescription.cmake └── GetGitRevisionDescription.cmake.in ├── deps ├── CMakeLists.txt ├── configreader │ ├── .editorconfig │ ├── .gitattributes │ ├── .travis.yml │ ├── CMakeLists.txt │ ├── README.md │ ├── appveyor.yml │ ├── configreader.cpp │ ├── configreader.h │ └── configreader_tests.cpp ├── pcre │ ├── 132html │ ├── AUTHORS │ ├── CMakeLists.txt │ ├── COPYING │ ├── ChangeLog │ ├── CheckMan │ ├── CleanTxt │ ├── Detrail │ ├── HACKING │ ├── INSTALL │ ├── LICENCE │ ├── Makefile.am │ ├── Makefile.in │ ├── NEWS │ ├── NON-AUTOTOOLS-BUILD │ ├── PrepareRelease │ ├── README │ ├── RunGrepTest │ ├── RunGrepTest.bat │ ├── RunTest │ ├── RunTest.bat │ ├── aclocal.m4 │ ├── ar-lib │ ├── cmake │ │ ├── COPYING-CMAKE-SCRIPTS │ │ ├── FindEditline.cmake │ │ ├── FindPackageHandleStandardArgs.cmake │ │ └── FindReadline.cmake │ ├── compile │ ├── config-cmake.h.in │ ├── config.guess │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── depcomp │ ├── doc │ │ ├── html │ │ │ ├── NON-AUTOTOOLS-BUILD.txt │ │ │ ├── README.txt │ │ │ ├── index.html │ │ │ ├── pcre2-config.html │ │ │ ├── pcre2.html │ │ │ ├── pcre2_callout_enumerate.html │ │ │ ├── pcre2_code_copy.html │ │ │ ├── pcre2_code_copy_with_tables.html │ │ │ ├── pcre2_code_free.html │ │ │ ├── pcre2_compile.html │ │ │ ├── pcre2_compile_context_copy.html │ │ │ ├── pcre2_compile_context_create.html │ │ │ ├── pcre2_compile_context_free.html │ │ │ ├── pcre2_config.html │ │ │ ├── pcre2_convert_context_copy.html │ │ │ ├── pcre2_convert_context_create.html │ │ │ ├── pcre2_convert_context_free.html │ │ │ ├── pcre2_converted_pattern_free.html │ │ │ ├── pcre2_dfa_match.html │ │ │ ├── pcre2_general_context_copy.html │ │ │ ├── pcre2_general_context_create.html │ │ │ ├── pcre2_general_context_free.html │ │ │ ├── pcre2_get_error_message.html │ │ │ ├── pcre2_get_mark.html │ │ │ ├── pcre2_get_match_data_size.html │ │ │ ├── pcre2_get_ovector_count.html │ │ │ ├── pcre2_get_ovector_pointer.html │ │ │ ├── pcre2_get_startchar.html │ │ │ ├── pcre2_jit_compile.html │ │ │ ├── pcre2_jit_free_unused_memory.html │ │ │ ├── pcre2_jit_match.html │ │ │ ├── pcre2_jit_stack_assign.html │ │ │ ├── pcre2_jit_stack_create.html │ │ │ ├── pcre2_jit_stack_free.html │ │ │ ├── pcre2_maketables.html │ │ │ ├── pcre2_maketables_free.html │ │ │ ├── pcre2_match.html │ │ │ ├── pcre2_match_context_copy.html │ │ │ ├── pcre2_match_context_create.html │ │ │ ├── pcre2_match_context_free.html │ │ │ ├── pcre2_match_data_create.html │ │ │ ├── pcre2_match_data_create_from_pattern.html │ │ │ ├── pcre2_match_data_free.html │ │ │ ├── pcre2_pattern_convert.html │ │ │ ├── pcre2_pattern_info.html │ │ │ ├── pcre2_serialize_decode.html │ │ │ ├── pcre2_serialize_encode.html │ │ │ ├── pcre2_serialize_free.html │ │ │ ├── pcre2_serialize_get_number_of_codes.html │ │ │ ├── pcre2_set_bsr.html │ │ │ ├── pcre2_set_callout.html │ │ │ ├── pcre2_set_character_tables.html │ │ │ ├── pcre2_set_compile_extra_options.html │ │ │ ├── pcre2_set_compile_recursion_guard.html │ │ │ ├── pcre2_set_depth_limit.html │ │ │ ├── pcre2_set_glob_escape.html │ │ │ ├── pcre2_set_glob_separator.html │ │ │ ├── pcre2_set_heap_limit.html │ │ │ ├── pcre2_set_match_limit.html │ │ │ ├── pcre2_set_max_pattern_length.html │ │ │ ├── pcre2_set_newline.html │ │ │ ├── pcre2_set_offset_limit.html │ │ │ ├── pcre2_set_parens_nest_limit.html │ │ │ ├── pcre2_set_recursion_limit.html │ │ │ ├── pcre2_set_recursion_memory_management.html │ │ │ ├── pcre2_set_substitute_callout.html │ │ │ ├── pcre2_substitute.html │ │ │ ├── pcre2_substring_copy_byname.html │ │ │ ├── pcre2_substring_copy_bynumber.html │ │ │ ├── pcre2_substring_free.html │ │ │ ├── pcre2_substring_get_byname.html │ │ │ ├── pcre2_substring_get_bynumber.html │ │ │ ├── pcre2_substring_length_byname.html │ │ │ ├── pcre2_substring_length_bynumber.html │ │ │ ├── pcre2_substring_list_free.html │ │ │ ├── pcre2_substring_list_get.html │ │ │ ├── pcre2_substring_nametable_scan.html │ │ │ ├── pcre2_substring_number_from_name.html │ │ │ ├── pcre2api.html │ │ │ ├── pcre2build.html │ │ │ ├── pcre2callout.html │ │ │ ├── pcre2compat.html │ │ │ ├── pcre2convert.html │ │ │ ├── pcre2demo.html │ │ │ ├── pcre2grep.html │ │ │ ├── pcre2jit.html │ │ │ ├── pcre2limits.html │ │ │ ├── pcre2matching.html │ │ │ ├── pcre2partial.html │ │ │ ├── pcre2pattern.html │ │ │ ├── pcre2perform.html │ │ │ ├── pcre2posix.html │ │ │ ├── pcre2sample.html │ │ │ ├── pcre2serialize.html │ │ │ ├── pcre2syntax.html │ │ │ ├── pcre2test.html │ │ │ └── pcre2unicode.html │ │ ├── index.html.src │ │ ├── pcre2-config.1 │ │ ├── pcre2-config.txt │ │ ├── pcre2.3 │ │ ├── pcre2.txt │ │ ├── pcre2_callout_enumerate.3 │ │ ├── pcre2_code_copy.3 │ │ ├── pcre2_code_copy_with_tables.3 │ │ ├── pcre2_code_free.3 │ │ ├── pcre2_compile.3 │ │ ├── pcre2_compile_context_copy.3 │ │ ├── pcre2_compile_context_create.3 │ │ ├── pcre2_compile_context_free.3 │ │ ├── pcre2_config.3 │ │ ├── pcre2_convert_context_copy.3 │ │ ├── pcre2_convert_context_create.3 │ │ ├── pcre2_convert_context_free.3 │ │ ├── pcre2_converted_pattern_free.3 │ │ ├── pcre2_dfa_match.3 │ │ ├── pcre2_general_context_copy.3 │ │ ├── pcre2_general_context_create.3 │ │ ├── pcre2_general_context_free.3 │ │ ├── pcre2_get_error_message.3 │ │ ├── pcre2_get_mark.3 │ │ ├── pcre2_get_match_data_size.3 │ │ ├── pcre2_get_ovector_count.3 │ │ ├── pcre2_get_ovector_pointer.3 │ │ ├── pcre2_get_startchar.3 │ │ ├── pcre2_jit_compile.3 │ │ ├── pcre2_jit_free_unused_memory.3 │ │ ├── pcre2_jit_match.3 │ │ ├── pcre2_jit_stack_assign.3 │ │ ├── pcre2_jit_stack_create.3 │ │ ├── pcre2_jit_stack_free.3 │ │ ├── pcre2_maketables.3 │ │ ├── pcre2_maketables_free.3 │ │ ├── pcre2_match.3 │ │ ├── pcre2_match_context_copy.3 │ │ ├── pcre2_match_context_create.3 │ │ ├── pcre2_match_context_free.3 │ │ ├── pcre2_match_data_create.3 │ │ ├── pcre2_match_data_create_from_pattern.3 │ │ ├── pcre2_match_data_free.3 │ │ ├── pcre2_pattern_convert.3 │ │ ├── pcre2_pattern_info.3 │ │ ├── pcre2_serialize_decode.3 │ │ ├── pcre2_serialize_encode.3 │ │ ├── pcre2_serialize_free.3 │ │ ├── pcre2_serialize_get_number_of_codes.3 │ │ ├── pcre2_set_bsr.3 │ │ ├── pcre2_set_callout.3 │ │ ├── pcre2_set_character_tables.3 │ │ ├── pcre2_set_compile_extra_options.3 │ │ ├── pcre2_set_compile_recursion_guard.3 │ │ ├── pcre2_set_depth_limit.3 │ │ ├── pcre2_set_glob_escape.3 │ │ ├── pcre2_set_glob_separator.3 │ │ ├── pcre2_set_heap_limit.3 │ │ ├── pcre2_set_match_limit.3 │ │ ├── pcre2_set_max_pattern_length.3 │ │ ├── pcre2_set_newline.3 │ │ ├── pcre2_set_offset_limit.3 │ │ ├── pcre2_set_parens_nest_limit.3 │ │ ├── pcre2_set_recursion_limit.3 │ │ ├── pcre2_set_recursion_memory_management.3 │ │ ├── pcre2_set_substitute_callout.3 │ │ ├── pcre2_substitute.3 │ │ ├── pcre2_substring_copy_byname.3 │ │ ├── pcre2_substring_copy_bynumber.3 │ │ ├── pcre2_substring_free.3 │ │ ├── pcre2_substring_get_byname.3 │ │ ├── pcre2_substring_get_bynumber.3 │ │ ├── pcre2_substring_length_byname.3 │ │ ├── pcre2_substring_length_bynumber.3 │ │ ├── pcre2_substring_list_free.3 │ │ ├── pcre2_substring_list_get.3 │ │ ├── pcre2_substring_nametable_scan.3 │ │ ├── pcre2_substring_number_from_name.3 │ │ ├── pcre2api.3 │ │ ├── pcre2build.3 │ │ ├── pcre2callout.3 │ │ ├── pcre2compat.3 │ │ ├── pcre2convert.3 │ │ ├── pcre2demo.3 │ │ ├── pcre2grep.1 │ │ ├── pcre2grep.txt │ │ ├── pcre2jit.3 │ │ ├── pcre2limits.3 │ │ ├── pcre2matching.3 │ │ ├── pcre2partial.3 │ │ ├── pcre2pattern.3 │ │ ├── pcre2perform.3 │ │ ├── pcre2posix.3 │ │ ├── pcre2sample.3 │ │ ├── pcre2serialize.3 │ │ ├── pcre2syntax.3 │ │ ├── pcre2test.1 │ │ ├── pcre2test.txt │ │ └── pcre2unicode.3 │ ├── install-sh │ ├── libpcre2-16.pc.in │ ├── libpcre2-32.pc.in │ ├── libpcre2-8.pc.in │ ├── libpcre2-posix.pc.in │ ├── ltmain.sh │ ├── m4 │ │ ├── ax_pthread.m4 │ │ ├── libtool.m4 │ │ ├── ltoptions.m4 │ │ ├── ltsugar.m4 │ │ ├── ltversion.m4 │ │ ├── lt~obsolete.m4 │ │ └── pcre2_visibility.m4 │ ├── missing │ ├── pcre2-config.in │ ├── perltest.sh │ ├── src │ │ ├── config.h.generic │ │ ├── config.h.in │ │ ├── pcre2.h.generic │ │ ├── pcre2.h.in │ │ ├── pcre2_auto_possess.c │ │ ├── pcre2_chartables.c.dist │ │ ├── pcre2_compile.c │ │ ├── pcre2_config.c │ │ ├── pcre2_context.c │ │ ├── pcre2_convert.c │ │ ├── pcre2_dfa_match.c │ │ ├── pcre2_dftables.c │ │ ├── pcre2_error.c │ │ ├── pcre2_extuni.c │ │ ├── pcre2_find_bracket.c │ │ ├── pcre2_fuzzsupport.c │ │ ├── pcre2_internal.h │ │ ├── pcre2_intmodedep.h │ │ ├── pcre2_jit_compile.c │ │ ├── pcre2_jit_match.c │ │ ├── pcre2_jit_misc.c │ │ ├── pcre2_jit_neon_inc.h │ │ ├── pcre2_jit_simd_inc.h │ │ ├── pcre2_jit_test.c │ │ ├── pcre2_maketables.c │ │ ├── pcre2_match.c │ │ ├── pcre2_match_data.c │ │ ├── pcre2_newline.c │ │ ├── pcre2_ord2utf.c │ │ ├── pcre2_pattern_info.c │ │ ├── pcre2_printint.c │ │ ├── pcre2_script_run.c │ │ ├── pcre2_serialize.c │ │ ├── pcre2_string_utils.c │ │ ├── pcre2_study.c │ │ ├── pcre2_substitute.c │ │ ├── pcre2_substring.c │ │ ├── pcre2_tables.c │ │ ├── pcre2_ucd.c │ │ ├── pcre2_ucp.h │ │ ├── pcre2_valid_utf.c │ │ ├── pcre2_xclass.c │ │ ├── pcre2demo.c │ │ ├── pcre2grep.c │ │ ├── pcre2posix.c │ │ ├── pcre2posix.h │ │ ├── pcre2test.c │ │ └── sljit │ │ │ ├── sljitConfig.h │ │ │ ├── sljitConfigInternal.h │ │ │ ├── sljitExecAllocator.c │ │ │ ├── sljitLir.c │ │ │ ├── sljitLir.h │ │ │ ├── sljitNativeARM_32.c │ │ │ ├── sljitNativeARM_64.c │ │ │ ├── sljitNativeARM_T2_32.c │ │ │ ├── sljitNativeMIPS_32.c │ │ │ ├── sljitNativeMIPS_64.c │ │ │ ├── sljitNativeMIPS_common.c │ │ │ ├── sljitNativePPC_32.c │ │ │ ├── sljitNativePPC_64.c │ │ │ ├── sljitNativePPC_common.c │ │ │ ├── sljitNativeS390X.c │ │ │ ├── sljitNativeSPARC_32.c │ │ │ ├── sljitNativeSPARC_common.c │ │ │ ├── sljitNativeX86_32.c │ │ │ ├── sljitNativeX86_64.c │ │ │ ├── sljitNativeX86_common.c │ │ │ ├── sljitProtExecAllocator.c │ │ │ ├── sljitUtils.c │ │ │ └── sljitWXExecAllocator.c │ ├── test-driver │ └── testdata │ │ ├── grepbinary │ │ ├── grepfilelist │ │ ├── grepinput │ │ ├── grepinput3 │ │ ├── grepinput8 │ │ ├── grepinputM │ │ ├── grepinputv │ │ ├── grepinputx │ │ ├── greplist │ │ ├── grepoutput │ │ ├── grepoutput8 │ │ ├── grepoutputC │ │ ├── grepoutputCN │ │ ├── grepoutputN │ │ ├── greppatN4 │ │ ├── testbtables │ │ ├── testinput1 │ │ ├── testinput10 │ │ ├── testinput11 │ │ ├── testinput12 │ │ ├── testinput13 │ │ ├── testinput14 │ │ ├── testinput15 │ │ ├── testinput16 │ │ ├── testinput17 │ │ ├── testinput18 │ │ ├── testinput19 │ │ ├── testinput2 │ │ ├── testinput20 │ │ ├── testinput21 │ │ ├── testinput22 │ │ ├── testinput23 │ │ ├── testinput24 │ │ ├── testinput25 │ │ ├── testinput3 │ │ ├── testinput4 │ │ ├── testinput5 │ │ ├── testinput6 │ │ ├── testinput7 │ │ ├── testinput8 │ │ ├── testinput9 │ │ ├── testinputEBC │ │ ├── testoutput1 │ │ ├── testoutput10 │ │ ├── testoutput11-16 │ │ ├── testoutput11-32 │ │ ├── testoutput12-16 │ │ ├── testoutput12-32 │ │ ├── testoutput13 │ │ ├── testoutput14-16 │ │ ├── testoutput14-32 │ │ ├── testoutput14-8 │ │ ├── testoutput15 │ │ ├── testoutput16 │ │ ├── testoutput17 │ │ ├── testoutput18 │ │ ├── testoutput19 │ │ ├── testoutput2 │ │ ├── testoutput20 │ │ ├── testoutput21 │ │ ├── testoutput22-16 │ │ ├── testoutput22-32 │ │ ├── testoutput22-8 │ │ ├── testoutput23 │ │ ├── testoutput24 │ │ ├── testoutput25 │ │ ├── testoutput3 │ │ ├── testoutput3A │ │ ├── testoutput3B │ │ ├── testoutput4 │ │ ├── testoutput5 │ │ ├── testoutput6 │ │ ├── testoutput7 │ │ ├── testoutput8-16-2 │ │ ├── testoutput8-16-3 │ │ ├── testoutput8-16-4 │ │ ├── testoutput8-32-2 │ │ ├── testoutput8-32-3 │ │ ├── testoutput8-32-4 │ │ ├── testoutput8-8-2 │ │ ├── testoutput8-8-3 │ │ ├── testoutput8-8-4 │ │ ├── testoutput9 │ │ ├── testoutputEBC │ │ ├── valgrind-jit.supp │ │ ├── wintestinput3 │ │ └── wintestoutput3 └── subhook │ ├── .editorconfig │ ├── .gitattributes │ ├── .gitignore │ ├── .travis.yml │ ├── CMakeLists.txt │ ├── LICENSE.txt │ ├── README.md │ ├── appveyor.yml │ ├── cmake │ └── FindYasm.cmake │ ├── subhook.c │ ├── subhook.h │ ├── subhook_private.h │ ├── subhook_unix.c │ ├── subhook_windows.c │ ├── subhook_x86.c │ └── tests │ ├── .gitignore │ ├── CMakeLists.txt │ ├── foo.cpp │ ├── foo_32.asm │ ├── foo_64_unix.asm │ ├── foo_64_win.asm │ ├── foo_main.c │ ├── foo_main.cpp │ ├── test.c │ └── test.cpp ├── docker ├── Dockerfile ├── build.sh └── docker-entrypoint.sh ├── include ├── CMakeLists.txt └── crashdetect.inc ├── pawn.json ├── src ├── CMakeLists.txt ├── amx │ ├── CMakeLists.txt │ ├── amx.c │ ├── amx.h │ ├── amxaux.c │ ├── amxaux.h │ ├── amxdbg.c │ ├── amxdbg.h │ ├── getch.h │ ├── osdefs.h │ └── sclinux.h ├── amxcallstack.cpp ├── amxcallstack.h ├── amxdebuginfo.cpp ├── amxdebuginfo.h ├── amxhandler.h ├── amxopcode.cpp ├── amxopcode.h ├── amxpathfinder.cpp ├── amxpathfinder.h ├── amxref.cpp ├── amxref.h ├── amxstacktrace.cpp ├── amxstacktrace.h ├── crashdetect.cpp ├── crashdetect.h ├── fileutils-unix.cpp ├── fileutils-win32.cpp ├── fileutils.cpp ├── fileutils.h ├── log.cpp ├── log.h ├── logprintf.cpp ├── logprintf.h ├── natives.cpp ├── natives.h ├── options.cpp ├── options.h ├── os-unix.cpp ├── os-win32.cpp ├── os.h ├── plugin.cpp ├── plugin.def ├── plugin.rc.in ├── plugincommon.h ├── pluginversion.h.in ├── regexp.cpp ├── regexp.h ├── stacktrace-unix.cpp ├── stacktrace-win32.cpp ├── stacktrace.cpp ├── stacktrace.h ├── stringutils.cpp └── stringutils.h ├── tests ├── CMakeLists.txt ├── address_naught.pwn ├── args.pwn ├── bad_frame.pwn ├── bounds.pwn ├── crash.pwn ├── invinstr.pwn ├── long_call_error.pwn ├── long_call_ok.pwn ├── notfound.pwn ├── orte_backtrace.pwn ├── orte_regs.pwn ├── presence.pwn ├── ref_args.pwn ├── stacklow.pwn ├── states.pwn ├── test.inc └── test.list └── tools ├── 64k.py ├── crashinfo.py ├── crashinfo_ida.py └── wrap_natives.py /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/.dockerignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | *.pwn eol=crlf 3 | -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/README.md -------------------------------------------------------------------------------- /VERSION.txt: -------------------------------------------------------------------------------- 1 | 4.21 2 | -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/appveyor.yml -------------------------------------------------------------------------------- /cmake/AMXConfig.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/cmake/AMXConfig.cmake -------------------------------------------------------------------------------- /cmake/AddSAMPPlugin.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/cmake/AddSAMPPlugin.cmake -------------------------------------------------------------------------------- /cmake/AddSAMPPluginTestPR.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/cmake/AddSAMPPluginTestPR.cmake -------------------------------------------------------------------------------- /cmake/FindPawnCC.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/cmake/FindPawnCC.cmake -------------------------------------------------------------------------------- /cmake/FindPluginRunner.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/cmake/FindPluginRunner.cmake -------------------------------------------------------------------------------- /cmake/FindSAMPServer.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/cmake/FindSAMPServer.cmake -------------------------------------------------------------------------------- /cmake/FindSAMPServerCLI.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/cmake/FindSAMPServerCLI.cmake -------------------------------------------------------------------------------- /cmake/GetGitRevisionDescription.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/cmake/GetGitRevisionDescription.cmake -------------------------------------------------------------------------------- /cmake/GetGitRevisionDescription.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/cmake/GetGitRevisionDescription.cmake.in -------------------------------------------------------------------------------- /deps/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/CMakeLists.txt -------------------------------------------------------------------------------- /deps/configreader/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/configreader/.editorconfig -------------------------------------------------------------------------------- /deps/configreader/.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | -------------------------------------------------------------------------------- /deps/configreader/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/configreader/.travis.yml -------------------------------------------------------------------------------- /deps/configreader/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/configreader/CMakeLists.txt -------------------------------------------------------------------------------- /deps/configreader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/configreader/README.md -------------------------------------------------------------------------------- /deps/configreader/appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/configreader/appveyor.yml -------------------------------------------------------------------------------- /deps/configreader/configreader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/configreader/configreader.cpp -------------------------------------------------------------------------------- /deps/configreader/configreader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/configreader/configreader.h -------------------------------------------------------------------------------- /deps/configreader/configreader_tests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/configreader/configreader_tests.cpp -------------------------------------------------------------------------------- /deps/pcre/132html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/132html -------------------------------------------------------------------------------- /deps/pcre/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/AUTHORS -------------------------------------------------------------------------------- /deps/pcre/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/CMakeLists.txt -------------------------------------------------------------------------------- /deps/pcre/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/COPYING -------------------------------------------------------------------------------- /deps/pcre/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/ChangeLog -------------------------------------------------------------------------------- /deps/pcre/CheckMan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/CheckMan -------------------------------------------------------------------------------- /deps/pcre/CleanTxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/CleanTxt -------------------------------------------------------------------------------- /deps/pcre/Detrail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/Detrail -------------------------------------------------------------------------------- /deps/pcre/HACKING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/HACKING -------------------------------------------------------------------------------- /deps/pcre/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/INSTALL -------------------------------------------------------------------------------- /deps/pcre/LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/LICENCE -------------------------------------------------------------------------------- /deps/pcre/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/Makefile.am -------------------------------------------------------------------------------- /deps/pcre/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/Makefile.in -------------------------------------------------------------------------------- /deps/pcre/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/NEWS -------------------------------------------------------------------------------- /deps/pcre/NON-AUTOTOOLS-BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/NON-AUTOTOOLS-BUILD -------------------------------------------------------------------------------- /deps/pcre/PrepareRelease: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/PrepareRelease -------------------------------------------------------------------------------- /deps/pcre/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/README -------------------------------------------------------------------------------- /deps/pcre/RunGrepTest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/RunGrepTest -------------------------------------------------------------------------------- /deps/pcre/RunGrepTest.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/RunGrepTest.bat -------------------------------------------------------------------------------- /deps/pcre/RunTest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/RunTest -------------------------------------------------------------------------------- /deps/pcre/RunTest.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/RunTest.bat -------------------------------------------------------------------------------- /deps/pcre/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/aclocal.m4 -------------------------------------------------------------------------------- /deps/pcre/ar-lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/ar-lib -------------------------------------------------------------------------------- /deps/pcre/cmake/COPYING-CMAKE-SCRIPTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/cmake/COPYING-CMAKE-SCRIPTS -------------------------------------------------------------------------------- /deps/pcre/cmake/FindEditline.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/cmake/FindEditline.cmake -------------------------------------------------------------------------------- /deps/pcre/cmake/FindPackageHandleStandardArgs.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/cmake/FindPackageHandleStandardArgs.cmake -------------------------------------------------------------------------------- /deps/pcre/cmake/FindReadline.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/cmake/FindReadline.cmake -------------------------------------------------------------------------------- /deps/pcre/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/compile -------------------------------------------------------------------------------- /deps/pcre/config-cmake.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/config-cmake.h.in -------------------------------------------------------------------------------- /deps/pcre/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/config.guess -------------------------------------------------------------------------------- /deps/pcre/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/config.sub -------------------------------------------------------------------------------- /deps/pcre/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/configure -------------------------------------------------------------------------------- /deps/pcre/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/configure.ac -------------------------------------------------------------------------------- /deps/pcre/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/depcomp -------------------------------------------------------------------------------- /deps/pcre/doc/html/NON-AUTOTOOLS-BUILD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/NON-AUTOTOOLS-BUILD.txt -------------------------------------------------------------------------------- /deps/pcre/doc/html/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/README.txt -------------------------------------------------------------------------------- /deps/pcre/doc/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/index.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2-config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2-config.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_callout_enumerate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_callout_enumerate.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_code_copy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_code_copy.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_code_copy_with_tables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_code_copy_with_tables.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_code_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_code_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_compile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_compile.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_compile_context_copy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_compile_context_copy.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_compile_context_create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_compile_context_create.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_compile_context_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_compile_context_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_config.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_convert_context_copy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_convert_context_copy.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_convert_context_create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_convert_context_create.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_convert_context_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_convert_context_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_converted_pattern_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_converted_pattern_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_dfa_match.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_dfa_match.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_general_context_copy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_general_context_copy.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_general_context_create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_general_context_create.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_general_context_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_general_context_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_get_error_message.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_get_error_message.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_get_mark.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_get_mark.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_get_match_data_size.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_get_match_data_size.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_get_ovector_count.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_get_ovector_count.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_get_ovector_pointer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_get_ovector_pointer.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_get_startchar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_get_startchar.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_jit_compile.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_jit_compile.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_jit_free_unused_memory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_jit_free_unused_memory.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_jit_match.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_jit_match.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_jit_stack_assign.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_jit_stack_assign.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_jit_stack_create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_jit_stack_create.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_jit_stack_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_jit_stack_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_maketables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_maketables.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_maketables_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_maketables_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_match.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_match.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_match_context_copy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_match_context_copy.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_match_context_create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_match_context_create.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_match_context_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_match_context_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_match_data_create.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_match_data_create.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_match_data_create_from_pattern.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_match_data_create_from_pattern.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_match_data_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_match_data_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_pattern_convert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_pattern_convert.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_pattern_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_pattern_info.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_serialize_decode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_serialize_decode.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_serialize_encode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_serialize_encode.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_serialize_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_serialize_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_serialize_get_number_of_codes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_serialize_get_number_of_codes.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_bsr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_bsr.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_callout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_callout.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_character_tables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_character_tables.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_compile_extra_options.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_compile_extra_options.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_compile_recursion_guard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_compile_recursion_guard.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_depth_limit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_depth_limit.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_glob_escape.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_glob_escape.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_glob_separator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_glob_separator.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_heap_limit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_heap_limit.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_match_limit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_match_limit.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_max_pattern_length.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_max_pattern_length.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_newline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_newline.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_offset_limit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_offset_limit.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_parens_nest_limit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_parens_nest_limit.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_recursion_limit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_recursion_limit.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_recursion_memory_management.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_recursion_memory_management.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_set_substitute_callout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_set_substitute_callout.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substitute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substitute.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_copy_byname.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_copy_byname.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_copy_bynumber.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_copy_bynumber.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_get_byname.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_get_byname.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_get_bynumber.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_get_bynumber.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_length_byname.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_length_byname.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_length_bynumber.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_length_bynumber.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_list_free.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_list_free.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_list_get.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_list_get.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_nametable_scan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_nametable_scan.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2_substring_number_from_name.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2_substring_number_from_name.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2api.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2api.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2build.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2build.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2callout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2callout.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2compat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2compat.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2convert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2convert.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2demo.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2grep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2grep.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2jit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2jit.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2limits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2limits.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2matching.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2matching.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2partial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2partial.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2pattern.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2pattern.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2perform.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2perform.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2posix.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2posix.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2sample.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2sample.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2serialize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2serialize.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2syntax.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2syntax.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2test.html -------------------------------------------------------------------------------- /deps/pcre/doc/html/pcre2unicode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/html/pcre2unicode.html -------------------------------------------------------------------------------- /deps/pcre/doc/index.html.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/index.html.src -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2-config.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2-config.1 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2-config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2-config.txt -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2.txt -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_callout_enumerate.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_callout_enumerate.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_code_copy.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_code_copy.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_code_copy_with_tables.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_code_copy_with_tables.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_code_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_code_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_compile.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_compile.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_compile_context_copy.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_compile_context_copy.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_compile_context_create.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_compile_context_create.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_compile_context_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_compile_context_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_config.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_config.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_convert_context_copy.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_convert_context_copy.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_convert_context_create.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_convert_context_create.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_convert_context_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_convert_context_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_converted_pattern_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_converted_pattern_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_dfa_match.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_dfa_match.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_general_context_copy.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_general_context_copy.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_general_context_create.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_general_context_create.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_general_context_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_general_context_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_get_error_message.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_get_error_message.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_get_mark.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_get_mark.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_get_match_data_size.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_get_match_data_size.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_get_ovector_count.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_get_ovector_count.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_get_ovector_pointer.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_get_ovector_pointer.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_get_startchar.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_get_startchar.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_jit_compile.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_jit_compile.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_jit_free_unused_memory.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_jit_free_unused_memory.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_jit_match.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_jit_match.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_jit_stack_assign.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_jit_stack_assign.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_jit_stack_create.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_jit_stack_create.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_jit_stack_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_jit_stack_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_maketables.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_maketables.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_maketables_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_maketables_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_match.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_match.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_match_context_copy.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_match_context_copy.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_match_context_create.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_match_context_create.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_match_context_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_match_context_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_match_data_create.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_match_data_create.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_match_data_create_from_pattern.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_match_data_create_from_pattern.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_match_data_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_match_data_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_pattern_convert.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_pattern_convert.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_pattern_info.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_pattern_info.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_serialize_decode.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_serialize_decode.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_serialize_encode.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_serialize_encode.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_serialize_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_serialize_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_serialize_get_number_of_codes.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_serialize_get_number_of_codes.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_bsr.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_bsr.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_callout.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_callout.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_character_tables.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_character_tables.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_compile_extra_options.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_compile_extra_options.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_compile_recursion_guard.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_compile_recursion_guard.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_depth_limit.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_depth_limit.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_glob_escape.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_glob_escape.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_glob_separator.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_glob_separator.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_heap_limit.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_heap_limit.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_match_limit.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_match_limit.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_max_pattern_length.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_max_pattern_length.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_newline.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_newline.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_offset_limit.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_offset_limit.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_parens_nest_limit.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_parens_nest_limit.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_recursion_limit.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_recursion_limit.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_recursion_memory_management.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_recursion_memory_management.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_set_substitute_callout.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_set_substitute_callout.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substitute.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substitute.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_copy_byname.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_copy_byname.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_copy_bynumber.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_copy_bynumber.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_get_byname.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_get_byname.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_get_bynumber.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_get_bynumber.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_length_byname.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_length_byname.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_length_bynumber.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_length_bynumber.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_list_free.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_list_free.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_list_get.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_list_get.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_nametable_scan.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_nametable_scan.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2_substring_number_from_name.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2_substring_number_from_name.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2api.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2api.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2build.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2build.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2callout.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2callout.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2compat.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2compat.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2convert.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2convert.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2demo.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2demo.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2grep.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2grep.1 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2grep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2grep.txt -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2jit.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2jit.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2limits.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2limits.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2matching.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2matching.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2partial.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2partial.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2pattern.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2pattern.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2perform.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2perform.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2posix.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2posix.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2sample.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2sample.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2serialize.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2serialize.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2syntax.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2syntax.3 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2test.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2test.1 -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2test.txt -------------------------------------------------------------------------------- /deps/pcre/doc/pcre2unicode.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/doc/pcre2unicode.3 -------------------------------------------------------------------------------- /deps/pcre/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/install-sh -------------------------------------------------------------------------------- /deps/pcre/libpcre2-16.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/libpcre2-16.pc.in -------------------------------------------------------------------------------- /deps/pcre/libpcre2-32.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/libpcre2-32.pc.in -------------------------------------------------------------------------------- /deps/pcre/libpcre2-8.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/libpcre2-8.pc.in -------------------------------------------------------------------------------- /deps/pcre/libpcre2-posix.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/libpcre2-posix.pc.in -------------------------------------------------------------------------------- /deps/pcre/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/ltmain.sh -------------------------------------------------------------------------------- /deps/pcre/m4/ax_pthread.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/m4/ax_pthread.m4 -------------------------------------------------------------------------------- /deps/pcre/m4/libtool.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/m4/libtool.m4 -------------------------------------------------------------------------------- /deps/pcre/m4/ltoptions.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/m4/ltoptions.m4 -------------------------------------------------------------------------------- /deps/pcre/m4/ltsugar.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/m4/ltsugar.m4 -------------------------------------------------------------------------------- /deps/pcre/m4/ltversion.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/m4/ltversion.m4 -------------------------------------------------------------------------------- /deps/pcre/m4/lt~obsolete.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/m4/lt~obsolete.m4 -------------------------------------------------------------------------------- /deps/pcre/m4/pcre2_visibility.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/m4/pcre2_visibility.m4 -------------------------------------------------------------------------------- /deps/pcre/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/missing -------------------------------------------------------------------------------- /deps/pcre/pcre2-config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/pcre2-config.in -------------------------------------------------------------------------------- /deps/pcre/perltest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/perltest.sh -------------------------------------------------------------------------------- /deps/pcre/src/config.h.generic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/config.h.generic -------------------------------------------------------------------------------- /deps/pcre/src/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/config.h.in -------------------------------------------------------------------------------- /deps/pcre/src/pcre2.h.generic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2.h.generic -------------------------------------------------------------------------------- /deps/pcre/src/pcre2.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2.h.in -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_auto_possess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_auto_possess.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_chartables.c.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_chartables.c.dist -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_compile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_compile.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_config.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_context.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_convert.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_dfa_match.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_dfa_match.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_dftables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_dftables.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_error.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_extuni.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_extuni.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_find_bracket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_find_bracket.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_fuzzsupport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_fuzzsupport.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_internal.h -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_intmodedep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_intmodedep.h -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_jit_compile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_jit_compile.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_jit_match.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_jit_match.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_jit_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_jit_misc.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_jit_neon_inc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_jit_neon_inc.h -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_jit_simd_inc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_jit_simd_inc.h -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_jit_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_jit_test.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_maketables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_maketables.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_match.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_match.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_match_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_match_data.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_newline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_newline.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_ord2utf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_ord2utf.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_pattern_info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_pattern_info.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_printint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_printint.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_script_run.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_script_run.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_serialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_serialize.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_string_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_string_utils.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_study.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_study.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_substitute.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_substitute.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_substring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_substring.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_tables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_tables.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_ucd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_ucd.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_ucp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_ucp.h -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_valid_utf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_valid_utf.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2_xclass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2_xclass.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2demo.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2grep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2grep.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2posix.c -------------------------------------------------------------------------------- /deps/pcre/src/pcre2posix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2posix.h -------------------------------------------------------------------------------- /deps/pcre/src/pcre2test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/pcre2test.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitConfig.h -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitConfigInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitConfigInternal.h -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitExecAllocator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitExecAllocator.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitLir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitLir.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitLir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitLir.h -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeARM_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeARM_32.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeARM_64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeARM_64.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeARM_T2_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeARM_T2_32.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeMIPS_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeMIPS_32.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeMIPS_64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeMIPS_64.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeMIPS_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeMIPS_common.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativePPC_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativePPC_32.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativePPC_64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativePPC_64.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativePPC_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativePPC_common.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeS390X.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeS390X.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeSPARC_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeSPARC_32.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeSPARC_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeSPARC_common.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeX86_32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeX86_32.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeX86_64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeX86_64.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitNativeX86_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitNativeX86_common.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitProtExecAllocator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitProtExecAllocator.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitUtils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitUtils.c -------------------------------------------------------------------------------- /deps/pcre/src/sljit/sljitWXExecAllocator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/src/sljit/sljitWXExecAllocator.c -------------------------------------------------------------------------------- /deps/pcre/test-driver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/test-driver -------------------------------------------------------------------------------- /deps/pcre/testdata/grepbinary: -------------------------------------------------------------------------------- 1 | The quick brown fx jumps over the lazy dog. 2 | -------------------------------------------------------------------------------- /deps/pcre/testdata/grepfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepfilelist -------------------------------------------------------------------------------- /deps/pcre/testdata/grepinput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepinput -------------------------------------------------------------------------------- /deps/pcre/testdata/grepinput3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepinput3 -------------------------------------------------------------------------------- /deps/pcre/testdata/grepinput8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepinput8 -------------------------------------------------------------------------------- /deps/pcre/testdata/grepinputM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepinputM -------------------------------------------------------------------------------- /deps/pcre/testdata/grepinputv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepinputv -------------------------------------------------------------------------------- /deps/pcre/testdata/grepinputx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepinputx -------------------------------------------------------------------------------- /deps/pcre/testdata/greplist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/greplist -------------------------------------------------------------------------------- /deps/pcre/testdata/grepoutput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepoutput -------------------------------------------------------------------------------- /deps/pcre/testdata/grepoutput8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepoutput8 -------------------------------------------------------------------------------- /deps/pcre/testdata/grepoutputC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepoutputC -------------------------------------------------------------------------------- /deps/pcre/testdata/grepoutputCN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepoutputCN -------------------------------------------------------------------------------- /deps/pcre/testdata/grepoutputN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/grepoutputN -------------------------------------------------------------------------------- /deps/pcre/testdata/greppatN4: -------------------------------------------------------------------------------- 1 | xxx 2 | jkl -------------------------------------------------------------------------------- /deps/pcre/testdata/testbtables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testbtables -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput1 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput10 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput11 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput12 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput13 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput14 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput15 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput16 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput17 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput18 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput19 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput2 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput20 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput21 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput22 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput23 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput24 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput25 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput3 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput4 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput5 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput6 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput7 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput8 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinput9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinput9 -------------------------------------------------------------------------------- /deps/pcre/testdata/testinputEBC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testinputEBC -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput1 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput10 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput11-16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput11-16 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput11-32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput11-32 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput12-16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput12-16 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput12-32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput12-32 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput13 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput14-16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput14-16 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput14-32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput14-32 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput14-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput14-8 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput15 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput16 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput17 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput18 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput19 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput2 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput20 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput21 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput22-16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput22-16 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput22-32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput22-32 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput22-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput22-8 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput23 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput24 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput25 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput3 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput3A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput3A -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput3B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput3B -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput4 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput5 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput6 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput7 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput8-16-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput8-16-2 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput8-16-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput8-16-3 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput8-16-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput8-16-4 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput8-32-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput8-32-2 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput8-32-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput8-32-3 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput8-32-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput8-32-4 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput8-8-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput8-8-2 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput8-8-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput8-8-3 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput8-8-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput8-8-4 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutput9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutput9 -------------------------------------------------------------------------------- /deps/pcre/testdata/testoutputEBC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/testoutputEBC -------------------------------------------------------------------------------- /deps/pcre/testdata/valgrind-jit.supp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/valgrind-jit.supp -------------------------------------------------------------------------------- /deps/pcre/testdata/wintestinput3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/wintestinput3 -------------------------------------------------------------------------------- /deps/pcre/testdata/wintestoutput3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/pcre/testdata/wintestoutput3 -------------------------------------------------------------------------------- /deps/subhook/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/.editorconfig -------------------------------------------------------------------------------- /deps/subhook/.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | -------------------------------------------------------------------------------- /deps/subhook/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/.gitignore -------------------------------------------------------------------------------- /deps/subhook/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/.travis.yml -------------------------------------------------------------------------------- /deps/subhook/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/CMakeLists.txt -------------------------------------------------------------------------------- /deps/subhook/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/LICENSE.txt -------------------------------------------------------------------------------- /deps/subhook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/README.md -------------------------------------------------------------------------------- /deps/subhook/appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/appveyor.yml -------------------------------------------------------------------------------- /deps/subhook/cmake/FindYasm.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/cmake/FindYasm.cmake -------------------------------------------------------------------------------- /deps/subhook/subhook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/subhook.c -------------------------------------------------------------------------------- /deps/subhook/subhook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/subhook.h -------------------------------------------------------------------------------- /deps/subhook/subhook_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/subhook_private.h -------------------------------------------------------------------------------- /deps/subhook/subhook_unix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/subhook_unix.c -------------------------------------------------------------------------------- /deps/subhook/subhook_windows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/subhook_windows.c -------------------------------------------------------------------------------- /deps/subhook/subhook_x86.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/subhook_x86.c -------------------------------------------------------------------------------- /deps/subhook/tests/.gitignore: -------------------------------------------------------------------------------- 1 | *.o 2 | foo 3 | a.out 4 | -------------------------------------------------------------------------------- /deps/subhook/tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/tests/CMakeLists.txt -------------------------------------------------------------------------------- /deps/subhook/tests/foo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/tests/foo.cpp -------------------------------------------------------------------------------- /deps/subhook/tests/foo_32.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/tests/foo_32.asm -------------------------------------------------------------------------------- /deps/subhook/tests/foo_64_unix.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/tests/foo_64_unix.asm -------------------------------------------------------------------------------- /deps/subhook/tests/foo_64_win.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/tests/foo_64_win.asm -------------------------------------------------------------------------------- /deps/subhook/tests/foo_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/tests/foo_main.c -------------------------------------------------------------------------------- /deps/subhook/tests/foo_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/tests/foo_main.cpp -------------------------------------------------------------------------------- /deps/subhook/tests/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/tests/test.c -------------------------------------------------------------------------------- /deps/subhook/tests/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/deps/subhook/tests/test.cpp -------------------------------------------------------------------------------- /docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/docker/Dockerfile -------------------------------------------------------------------------------- /docker/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/docker/build.sh -------------------------------------------------------------------------------- /docker/docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/docker/docker-entrypoint.sh -------------------------------------------------------------------------------- /include/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | install(FILES crashdetect.inc DESTINATION ".") 2 | -------------------------------------------------------------------------------- /include/crashdetect.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/include/crashdetect.inc -------------------------------------------------------------------------------- /pawn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/pawn.json -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/amx/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amx/CMakeLists.txt -------------------------------------------------------------------------------- /src/amx/amx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amx/amx.c -------------------------------------------------------------------------------- /src/amx/amx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amx/amx.h -------------------------------------------------------------------------------- /src/amx/amxaux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amx/amxaux.c -------------------------------------------------------------------------------- /src/amx/amxaux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amx/amxaux.h -------------------------------------------------------------------------------- /src/amx/amxdbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amx/amxdbg.c -------------------------------------------------------------------------------- /src/amx/amxdbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amx/amxdbg.h -------------------------------------------------------------------------------- /src/amx/getch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amx/getch.h -------------------------------------------------------------------------------- /src/amx/osdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amx/osdefs.h -------------------------------------------------------------------------------- /src/amx/sclinux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amx/sclinux.h -------------------------------------------------------------------------------- /src/amxcallstack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxcallstack.cpp -------------------------------------------------------------------------------- /src/amxcallstack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxcallstack.h -------------------------------------------------------------------------------- /src/amxdebuginfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxdebuginfo.cpp -------------------------------------------------------------------------------- /src/amxdebuginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxdebuginfo.h -------------------------------------------------------------------------------- /src/amxhandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxhandler.h -------------------------------------------------------------------------------- /src/amxopcode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxopcode.cpp -------------------------------------------------------------------------------- /src/amxopcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxopcode.h -------------------------------------------------------------------------------- /src/amxpathfinder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxpathfinder.cpp -------------------------------------------------------------------------------- /src/amxpathfinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxpathfinder.h -------------------------------------------------------------------------------- /src/amxref.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxref.cpp -------------------------------------------------------------------------------- /src/amxref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxref.h -------------------------------------------------------------------------------- /src/amxstacktrace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxstacktrace.cpp -------------------------------------------------------------------------------- /src/amxstacktrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/amxstacktrace.h -------------------------------------------------------------------------------- /src/crashdetect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/crashdetect.cpp -------------------------------------------------------------------------------- /src/crashdetect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/crashdetect.h -------------------------------------------------------------------------------- /src/fileutils-unix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/fileutils-unix.cpp -------------------------------------------------------------------------------- /src/fileutils-win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/fileutils-win32.cpp -------------------------------------------------------------------------------- /src/fileutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/fileutils.cpp -------------------------------------------------------------------------------- /src/fileutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/fileutils.h -------------------------------------------------------------------------------- /src/log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/log.cpp -------------------------------------------------------------------------------- /src/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/log.h -------------------------------------------------------------------------------- /src/logprintf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/logprintf.cpp -------------------------------------------------------------------------------- /src/logprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/logprintf.h -------------------------------------------------------------------------------- /src/natives.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/natives.cpp -------------------------------------------------------------------------------- /src/natives.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/natives.h -------------------------------------------------------------------------------- /src/options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/options.cpp -------------------------------------------------------------------------------- /src/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/options.h -------------------------------------------------------------------------------- /src/os-unix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/os-unix.cpp -------------------------------------------------------------------------------- /src/os-win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/os-win32.cpp -------------------------------------------------------------------------------- /src/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/os.h -------------------------------------------------------------------------------- /src/plugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/plugin.cpp -------------------------------------------------------------------------------- /src/plugin.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/plugin.def -------------------------------------------------------------------------------- /src/plugin.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/plugin.rc.in -------------------------------------------------------------------------------- /src/plugincommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/plugincommon.h -------------------------------------------------------------------------------- /src/pluginversion.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/pluginversion.h.in -------------------------------------------------------------------------------- /src/regexp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/regexp.cpp -------------------------------------------------------------------------------- /src/regexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/regexp.h -------------------------------------------------------------------------------- /src/stacktrace-unix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/stacktrace-unix.cpp -------------------------------------------------------------------------------- /src/stacktrace-win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/stacktrace-win32.cpp -------------------------------------------------------------------------------- /src/stacktrace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/stacktrace.cpp -------------------------------------------------------------------------------- /src/stacktrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/stacktrace.h -------------------------------------------------------------------------------- /src/stringutils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/stringutils.cpp -------------------------------------------------------------------------------- /src/stringutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/src/stringutils.h -------------------------------------------------------------------------------- /tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/CMakeLists.txt -------------------------------------------------------------------------------- /tests/address_naught.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/address_naught.pwn -------------------------------------------------------------------------------- /tests/args.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/args.pwn -------------------------------------------------------------------------------- /tests/bad_frame.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/bad_frame.pwn -------------------------------------------------------------------------------- /tests/bounds.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/bounds.pwn -------------------------------------------------------------------------------- /tests/crash.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/crash.pwn -------------------------------------------------------------------------------- /tests/invinstr.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/invinstr.pwn -------------------------------------------------------------------------------- /tests/long_call_error.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/long_call_error.pwn -------------------------------------------------------------------------------- /tests/long_call_ok.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/long_call_ok.pwn -------------------------------------------------------------------------------- /tests/notfound.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/notfound.pwn -------------------------------------------------------------------------------- /tests/orte_backtrace.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/orte_backtrace.pwn -------------------------------------------------------------------------------- /tests/orte_regs.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/orte_regs.pwn -------------------------------------------------------------------------------- /tests/presence.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/presence.pwn -------------------------------------------------------------------------------- /tests/ref_args.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/ref_args.pwn -------------------------------------------------------------------------------- /tests/stacklow.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/stacklow.pwn -------------------------------------------------------------------------------- /tests/states.pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/states.pwn -------------------------------------------------------------------------------- /tests/test.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/test.inc -------------------------------------------------------------------------------- /tests/test.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tests/test.list -------------------------------------------------------------------------------- /tools/64k.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tools/64k.py -------------------------------------------------------------------------------- /tools/crashinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tools/crashinfo.py -------------------------------------------------------------------------------- /tools/crashinfo_ida.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tools/crashinfo_ida.py -------------------------------------------------------------------------------- /tools/wrap_natives.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmyrAhmady/samp-plugin-crashdetect/HEAD/tools/wrap_natives.py --------------------------------------------------------------------------------