repo_full_name
stringlengths
6
93
repo_url
stringlengths
25
112
repo_api_url
stringclasses
28 values
owner
stringclasses
28 values
repo_name
stringclasses
28 values
description
stringclasses
28 values
stars
int64
617
98.8k
forks
int64
31
355
watchers
int64
990
999
license
stringclasses
2 values
default_branch
stringclasses
2 values
repo_created_at
timestamp[s]date
2012-07-24 23:12:50
2025-06-16 08:07:28
repo_updated_at
timestamp[s]date
2026-02-23 15:23:15
2026-05-03 18:52:12
repo_topics
listlengths
0
13
repo_languages
unknown
is_fork
bool
1 class
open_issues
int64
3
104
file_path
stringlengths
3
208
file_name
stringclasses
509 values
file_extension
stringclasses
1 value
file_size_bytes
int64
101
84k
file_url
stringclasses
627 values
file_raw_url
stringclasses
627 values
file_sha
stringclasses
624 values
language
stringclasses
8 values
parsed_at
stringdate
2026-05-04 01:12:36
2026-05-04 19:41:55
text
stringlengths
100
102k
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/halffloat.h
null
null
null
null
null
null
C
2026-05-04T18:36:08.333962
#ifndef __NPY_HALFFLOAT_H__ #define __NPY_HALFFLOAT_H__ #include <Python.h> #include <numpy/npy_math.h> #ifdef __cplusplus extern "C" { #endif /* * Half-precision routines */ /* Conversions */ float npy_half_to_float(npy_half h); double npy_half_to_double(npy_half h); npy_half npy_float_to_half(float f); npy_half...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/msvc9/stdint.h
null
null
null
null
null
null
C
2026-05-04T18:36:08.335547
// ISO C9x compliant stdint.h for Microsoft Visual Studio // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 // // Copyright (c) 2006-2013 Alexander Chemeris // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following condit...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/murmurhash/MurmurHash2.h
null
null
null
null
null
null
C
2026-05-04T18:36:08.364166
//----------------------------------------------------------------------------- // MurmurHash2 was written by Austin Appleby, and is placed in the public // domain. The author hereby disclaims copyright to this source code. #ifndef _MURMURHASH2_H_ #define _MURMURHASH2_H_ #include <stdint.h> //-----------------------...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/arrayscalars.h
null
null
null
null
null
null
C
2026-05-04T18:36:08.364776
#ifndef _NPY_ARRAYSCALARS_H_ #define _NPY_ARRAYSCALARS_H_ #ifndef _MULTIARRAYMODULE typedef struct { PyObject_HEAD npy_bool obval; } PyBoolScalarObject; #endif typedef struct { PyObject_HEAD signed char obval; } PyByteScalarObject; typedef struct { PyObject_HEAD shor...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/__multiarray_api.h
null
null
null
null
null
null
C
2026-05-04T18:36:08.400583
#ifdef _MULTIARRAYMODULE typedef struct { PyObject_HEAD npy_bool obval; } PyBoolScalarObject; #ifdef NPY_ENABLE_SEPARATE_COMPILATION extern NPY_NO_EXPORT PyTypeObject PyArrayMapIter_Type; extern NPY_NO_EXPORT PyTypeObject PyArrayNeighborhoodIter_Type; extern NPY_NO_EXPORT PyBoolScalarObject _PyArrayS...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/npy_cpu.h
null
null
null
null
null
null
C
2026-05-04T18:36:09.087645
/* * This set (target) cpu specific macros: * - Possible values: * NPY_CPU_X86 * NPY_CPU_AMD64 * NPY_CPU_PPC * NPY_CPU_PPC64 * NPY_CPU_SPARC * NPY_CPU_S390 * NPY_CPU_IA64 * NPY_CPU_HPPA * ...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/ndarrayobject.h
null
null
null
null
null
null
C
2026-05-04T18:36:09.089766
/* * DON'T INCLUDE THIS DIRECTLY. */ #ifndef NPY_NDARRAYOBJECT_H #define NPY_NDARRAYOBJECT_H #ifdef __cplusplus #define CONFUSE_EMACS { #define CONFUSE_EMACS2 } extern "C" CONFUSE_EMACS #undef CONFUSE_EMACS #undef CONFUSE_EMACS2 /* ... otherwise a semi-smart identer (like emacs) tries to indent everything whe...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/npy_3kcompat.h
null
null
null
null
null
null
C
2026-05-04T18:36:09.091432
/* * This is a convenience header file providing compatibility utilities * for supporting Python 2 and Python 3 in the same code base. * * If you want to use this for your own projects, it's recommended to make a * copy of it. Although the stuff below is unlikely to change, we don't provide * strong backwards com...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/npy_interrupt.h
null
null
null
null
null
null
C
2026-05-04T18:36:09.092583
/* Signal handling: This header file defines macros that allow your code to handle interrupts received during processing. Interrupts that could reasonably be handled: SIGINT, SIGABRT, SIGALRM, SIGSEGV ****Warning*************** Do not allow code that creates temporary memory or increases reference counts of Pytho...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/noprefix.h
null
null
null
null
null
null
C
2026-05-04T18:36:09.093738
#ifndef NPY_NOPREFIX_H #define NPY_NOPREFIX_H /* * You can directly include noprefix.h as a backward * compatibility measure */ #ifndef NPY_NO_PREFIX #include "ndarrayobject.h" #include "npy_interrupt.h" #endif #define SIGSETJMP NPY_SIGSETJMP #define SIGLONGJMP NPY_SIGLONGJMP #define SIGJMP_BUF NPY_SIGJMP_BUF ...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/npy_endian.h
null
null
null
null
null
null
C
2026-05-04T18:36:09.599174
#ifndef _NPY_ENDIAN_H_ #define _NPY_ENDIAN_H_ /* * NPY_BYTE_ORDER is set to the same value as BYTE_ORDER set by glibc in * endian.h */ #ifdef NPY_HAVE_ENDIAN_H /* Use endian.h if available */ #include <endian.h> #define NPY_BYTE_ORDER __BYTE_ORDER #define NPY_LITTLE_ENDIAN __LITTLE_ENDIAN #def...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/npy_deprecated_api.h
null
null
null
null
null
null
C
2026-05-04T18:36:09.600822
#ifndef _NPY_DEPRECATED_API_H #define _NPY_DEPRECATED_API_H #if defined(_WIN32) #define _WARN___STR2__(x) #x #define _WARN___STR1__(x) _WARN___STR2__(x) #define _WARN___LOC__ __FILE__ "(" _WARN___STR1__(__LINE__) ") : Warning Msg: " #pragma message(_WARN___LOC__"Using deprecated NumPy API, disable it by " \ ...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/npy_math.h
null
null
null
null
null
null
C
2026-05-04T18:36:09.601310
#ifndef __NPY_MATH_C99_H_ #define __NPY_MATH_C99_H_ #include <math.h> #ifdef __SUNPRO_CC #include <sunmath.h> #endif #include <numpy/npy_common.h> /* * NAN and INFINITY like macros (same behavior as glibc for NAN, same as C99 * for INFINITY) * * XXX: I should test whether INFINITY and NAN are available on the pla...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/oldnumeric.h
null
null
null
null
null
null
C
2026-05-04T18:36:10.857474
#include "arrayobject.h" #ifndef REFCOUNT # define REFCOUNT NPY_REFCOUNT # define MAX_ELSIZE 16 #endif #define PyArray_UNSIGNED_TYPES #define PyArray_SBYTE NPY_BYTE #define PyArray_CopyArray PyArray_CopyInto #define _PyArray_multiply_list PyArray_MultiplyIntList #define PyArray_ISSPACESAVER(m) NPY_FALSE #define PyS...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/old_defines.h
null
null
null
null
null
null
C
2026-05-04T18:36:10.858522
/* This header is deprecated as of NumPy 1.7 */ #ifndef OLD_DEFINES_H #define OLD_DEFINES_H #if defined(NPY_NO_DEPRECATED_API) && NPY_NO_DEPRECATED_API >= NPY_1_7_API_VERSION #error The header "old_defines.h" is deprecated as of NumPy 1.7. #endif #define NDARRAY_VERSION NPY_VERSION #define PyArray_MIN_BUFSIZE NPY_MI...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/npy_no_deprecated_api.h
null
null
null
null
null
null
C
2026-05-04T18:36:10.859425
/* * This include file is provided for inclusion in Cython *.pyd files where * one would like to define the NPY_NO_DEPRECATED_API macro. It can be * included by * * cdef extern from "npy_no_deprecated_api.h": pass * */ #ifndef NPY_NO_DEPRECATED_API /* put this check here since there may be multiple includes in ...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/npy_os.h
null
null
null
null
null
null
C
2026-05-04T18:36:10.859906
#ifndef _NPY_OS_H_ #define _NPY_OS_H_ #if defined(linux) || defined(__linux) || defined(__linux__) #define NPY_OS_LINUX #elif defined(__FreeBSD__) || defined(__NetBSD__) || \ defined(__OpenBSD__) || defined(__DragonFly__) #define NPY_OS_BSD #ifdef __FreeBSD__ #define NPY_OS_FREEBSD ...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/numpyconfig.h
null
null
null
null
null
null
C
2026-05-04T18:36:10.860473
#ifndef _NPY_NUMPYCONFIG_H_ #define _NPY_NUMPYCONFIG_H_ #include "_numpyconfig.h" /* * On Mac OS X, because there is only one configuration stage for all the archs * in universal builds, any macro which depends on the arch needs to be * harcoded */ #ifdef __APPLE__ #undef NPY_SIZEOF_LONG #undef NPY_SIZEOF_PY_IN...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/ufuncobject.h
null
null
null
null
null
null
C
2026-05-04T18:36:10.861153
#ifndef Py_UFUNCOBJECT_H #define Py_UFUNCOBJECT_H #include <numpy/npy_math.h> #ifdef __cplusplus extern "C" { #endif /* * The legacy generic inner loop for a standard element-wise or * generalized ufunc. */ typedef void (*PyUFuncGenericFunction) (char **args, npy_intp *dimensions, ...
huggingface/neuralcoref
https://github.com/huggingface/neuralcoref
null
null
null
null
2,891
null
null
mit
null
null
null
null
null
null
null
include/numpy/utils.h
null
null
null
null
null
null
C
2026-05-04T18:36:12.174453
#ifndef __NUMPY_UTILS_HEADER__ #define __NUMPY_UTILS_HEADER__ #ifndef __COMP_NPY_UNUSED #if defined(__GNUC__) #define __COMP_NPY_UNUSED __attribute__ ((__unused__)) # elif defined(__ICC) #define __COMP_NPY_UNUSED __attribute__ ((__unused__)) #else ...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/hccapx_serializer/hccapx_serializer.c
null
null
null
null
null
null
C
2026-05-04T18:36:19.418503
/** * @file hccapx_serializer.c * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Implements HCCAPX serializer */ #include "hccapx_serializer.h" #include <stdint.h> #include <string.h> #define LOG_LOCAL_LEVEL ESP_LOG_DEBUG #include "esp_log.h" #include "esp_err...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/hccapx_serializer/interface/hccapx_serializer.h
null
null
null
null
null
null
C
2026-05-04T18:36:19.434256
/** * @file hccapx_serializer.h * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Provides interface to generate HCCAPX formatted binary from raw frame bytes */ #ifndef HCCAPX_SERIALIZER_H #define HCCAPX_SERIALIZER_H #include <stdint.h> #include "frame_analyz...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/frame_analyzer/interface/frame_analyzer_parser.h
null
null
null
null
null
null
C
2026-05-04T18:36:19.449209
/** * @file frame_analyzer_parser.h * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Provides interface for parsing functionality */ #ifndef FRAME_ANALYZER_PARSER_H #define FRAME_ANALYZER_PARSER_H #include <stdint.h> #include "esp_wifi_types.h" #include "fram...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/frame_analyzer/interface/frame_analyzer_types.h
null
null
null
null
null
null
C
2026-05-04T18:36:19.454949
/** * @file frame_analyzer_types.h * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Provides structures and constants based on various standards like 802.11, 802.1X etc... */ #ifndef FRAME_ANALYZER_TYPES_H #define FRAME_ANALYZER_TYPES_H #include <stdint.h> /*...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/pcap_serializer/pcap_serializer.c
null
null
null
null
null
null
C
2026-05-04T18:36:19.456160
/** * @file pcap_serializer.c * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Implementation of PCAP serializer */ #include "pcap_serializer.h" #include <stdint.h> #include <string.h> #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE #include "esp_log.h" #include "esp_...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/webserver/interface/webserver.h
null
null
null
null
null
null
C
2026-05-04T18:36:19.459656
/** * @file webserver.h * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Provides interface to control and communicate with Webserver component */ #ifndef WEBSERVER_H #define WEBSERVER_H #include "esp_event.h" ESP_EVENT_DECLARE_BASE(WEBSERVER_EVENTS); enum { ...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/pcap_serializer/interface/pcap_serializer.h
null
null
null
null
null
null
C
2026-05-04T18:36:19.462181
/** * @file pcap_serializer.h * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Provides interface to generate PCAP formatted binary from raw frame bytes */ #ifndef PCAP_SERIALIZER_H #define PCAP_SERIALIZER_H #include <stdint.h> /** * @brief PCAP global head...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/frame_analyzer/frame_analyzer_parser.c
null
null
null
null
null
null
C
2026-05-04T18:36:19.464184
/** * @file frame_analyzer_parser.c * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Implements parsing functionality */ #include "frame_analyzer_parser.h" #include <stdlib.h> #include <stdint.h> #include <string.h> #include "arpa/inet.h" #define LOG_LOCAL_LE...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/frame_analyzer/frame_analyzer.c
null
null
null
null
null
null
C
2026-05-04T18:36:19.473990
/** * @file frame_analyzer.c * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Implements frame analysis */ #include "frame_analyzer.h" #include <stdint.h> #include <string.h> #define LOG_LOCAL_LEVEL ESP_LOG_DEBUG #include "esp_log.h" #include "esp_err.h" #inc...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/frame_analyzer/interface/frame_analyzer.h
null
null
null
null
null
null
C
2026-05-04T18:36:19.486978
/** * @file frame_analyzer.h * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Provides interface for frame analysis */ #ifndef FRAME_ANALYZER_H #define FRAME_ANALYZER_H #include "esp_event.h" ESP_EVENT_DECLARE_BASE(FRAME_ANALYZER_EVENTS); enum { DATA_FRA...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/webserver/webserver.c
null
null
null
null
null
null
C
2026-05-04T18:36:20.044412
/** * @file webserver.c * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Implements Webserver component and all available enpoints. * * Webserver is built on esp_http_server subcomponent from ESP-IDF * @see https://docs.espressif.com/projects/esp-idf/en/latest...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/webserver/pages/page_index.h
null
null
null
null
null
null
C
2026-05-04T18:36:20.066380
#ifndef PAGE_INDEX_H #define PAGE_INDEX_H // This file was generated using xxd unsigned char page_index[] = { 0X1F, 0X8B, 0X08, 0X08, 0X17, 0X11, 0X2B, 0X61, 0X02, 0X03, 0X69, 0X6E, 0X64, 0X65, 0X78, 0X2E, 0X68, 0X74, 0X6D, 0X6C, 0X00, 0XC5, 0X1B, 0X6B, 0X53, 0XE3, 0XB6, 0XF6, 0X7B, 0X7F, 0X85, 0XEA, 0X3B, 0X77,...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/wifi_controller/wifi_controller.c
null
null
null
null
null
null
C
2026-05-04T18:36:20.112700
#include "wifi_controller.h" #include <stdio.h> #include <string.h> #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE #include "esp_log.h" #include "esp_err.h" #include "esp_wifi.h" #include "esp_wifi_types.h" #include "esp_netif.h" #include "esp_event.h" static const char* TAG = "wifi_controller"; /** * @brief Stores curren...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/wifi_controller/interface/wifi_controller.h
null
null
null
null
null
null
C
2026-05-04T18:36:20.127370
/** * @file wifi_controller.h * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Provides an interface for common Wi-Fi related operations */ #ifndef WIFI_CONTROLLER_H #define WIFI_CONTROLLER_H #include <stdint.h> #include <unistd.h> #include "../ap_scanner.h" ...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/wifi_controller/ap_scanner.c
null
null
null
null
null
null
C
2026-05-04T18:36:20.129447
/** * @file ap_scanner.c * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Implements AP scanning functionality. */ #include "ap_scanner.h" #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE #include "esp_log.h" #include "esp_err.h" #include "esp_wifi.h" static const cha...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/wifi_controller/ap_scanner.h
null
null
null
null
null
null
C
2026-05-04T18:36:20.130523
/** * @file ap_scanner.h * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Provides an interface for AP scanning functionality. */ #ifndef AP_SCANNER_H #define AP_SCANNER_H #include "esp_wifi_types.h" /** * @brief Linked list of wifi_ap_record_t records. * ...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/wsl_bypasser/wsl_bypasser.c
null
null
null
null
null
null
C
2026-05-04T18:36:20.132074
/** * @file wsl_bypasser.c * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Implementation of Wi-Fi Stack Libaries bypasser. */ #include "wsl_bypasser.h" #include <stdint.h> #include <string.h> #define LOG_LOCAL_LEVEL ESP_LOG_DEBUG #include "esp_log.h" #inclu...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/wifi_controller/sniffer.h
null
null
null
null
null
null
C
2026-05-04T18:36:20.143487
/** * @file sniffer.h * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Provides an interface for sniffer functionality. */ #ifndef SNIFFER_H #define SNIFFER_H #include <stdbool.h> #include "esp_event.h" ESP_EVENT_DECLARE_BASE(SNIFFER_EVENTS); enum { SNIF...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/wsl_bypasser/interface/wsl_bypasser.h
null
null
null
null
null
null
C
2026-05-04T18:36:20.147465
/** * @file wsl_bypasser.h * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Provides interface for Wi-Fi Stack Libraries bypasser * * This component bypasses blocking mechanism that doesn't allow sending some arbitrary 802.11 frames like deauth etc. */ #ifnd...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
components/wifi_controller/sniffer.c
null
null
null
null
null
null
C
2026-05-04T18:36:20.174601
/** * @file sniffer.c * @author risinek (risinek@gmail.com) * @date 2021-04-05 * @copyright Copyright (c) 2021 * * @brief Implements sniffer logic. */ #include "sniffer.h" #define LOG_LOCAL_LEVEL ESP_LOG_DEBUG #include "esp_log.h" #include "esp_err.h" #include "esp_event.h" #include "esp_wifi.h" #include "esp_...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/attack.c
null
null
null
null
null
null
C
2026-05-04T18:36:20.686042
/** * @file attack.c * @author risinek (risinek@gmail.com) * @date 2021-04-02 * @copyright Copyright (c) 2021 * * @brief Implements common attack wrapper. */ #include "attack.h" #include <stdlib.h> #include <string.h> #include <unistd.h> #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE #include "esp_log.h" #include "e...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/attack.h
null
null
null
null
null
null
C
2026-05-04T18:36:20.721784
/** * @file attack.h * @author risinek (risinek@gmail.com) * @date 2021-04-02 * @copyright Copyright (c) 2021 * * @brief Provides interface to attack wrapper * * This file provide interface to control attack wrapper like setting current attack state, * update attack status content, etc... */ #ifndef ATTACK...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/attack_dos.c
null
null
null
null
null
null
C
2026-05-04T18:36:20.756358
/** * @file attack_dos.c * @author risinek (risinek@gmail.com) * @date 2021-04-07 * @copyright Copyright (c) 2021 * * @brief Implements DoS attacks using deauthentication methods */ #include "attack_dos.h" #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE #include "esp_log.h" #include "esp_err.h" #include "attack.h" #i...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/attack_method.c
null
null
null
null
null
null
C
2026-05-04T18:36:20.760837
/** * @file attack_method.c * @author risinek (risinek@gmail.com) * @date 2021-04-07 * @copyright Copyright (c) 2021 * * @brief Implements common methods for various attacks */ #include "attack_method.h" #include <string.h> #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE #include "esp_log.h" #include "esp_err.h" #incl...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/attack_dos.h
null
null
null
null
null
null
C
2026-05-04T18:36:20.782081
/** * @file attack_dos.h * @author risinek (risinek@gmail.com) * @date 2021-04-07 * @copyright Copyright (c) 2021 * * @brief Provides interface for DoS attack using deauthentication methods */ #ifndef ATTACK_DOS_H #define ATTACK_DOS_H #include "attack.h" /** * @brief Available methods that can be chosen for ...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/attack_method.h
null
null
null
null
null
null
C
2026-05-04T18:36:20.786699
/** * @file attack_method.h * @author risinek (risinek@gmail.com) * @date 2021-04-07 * @copyright Copyright (c) 2021 * * @brief Provides interface for common methods used in various attacks */ #ifndef ATTACK_METHOD_H #define ATTACK_METHOD_H #include "esp_wifi_types.h" /** * @brief Starts periodic deauthenti...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/attack_handshake.c
null
null
null
null
null
null
C
2026-05-04T18:36:20.788475
/** * @file attack_handshake.c * @author risinek (risinek@gmail.com) * @date 2021-04-03 * @copyright Copyright (c) 2021 * * @brief Implements handshake attacks and different available methods. */ #include "attack_handshake.h" #include <string.h> #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE #include "esp_log.h" #in...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/attack_handshake.h
null
null
null
null
null
null
C
2026-05-04T18:36:20.799212
/** * @file attack_handshake.h * @author risinek (risinek@gmail.com) * @date 2021-04-03 * @copyright Copyright (c) 2021 * * @brief Provides interface to control attacks on WPA handshake */ #ifndef ATTACK_HANDSHAKE_H #define ATTACK_HANDSHAKE_H #include "attack.h" /** * @brief Available methods that can be cho...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/attack_pmkid.h
null
null
null
null
null
null
C
2026-05-04T18:36:20.836057
/** * @file attack_pmkid.h * @author risinek (risinek@gmail.com) * @date 2021-04-03 * @copyright Copyright (c) 2021 * * @brief Provides interface to control PMKID attack. */ #ifndef ATTACK_PMKID_H #define ATTACK_PMKID_H #include "attack.h" /** * @brief Starts PMKID attack with given attack_config_t. * * T...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/attack_pmkid.c
null
null
null
null
null
null
C
2026-05-04T18:36:20.871761
/** * @file attack_pmkid.c * @author risinek (risinek@gmail.com) * @date 2021-04-03 * @copyright Copyright (c) 2021 * * @brief Implements PMKID attack. * * @see PMKID attack reference - https://hashcat.net/forum/thread-7717.html */ #include "attack_pmkid.h" #include <string.h> #define LOG_LOCAL_LEVEL ESP_L...
risinek/esp32-wifi-penetration-tool
https://github.com/risinek/esp32-wifi-penetration-tool
null
null
null
null
2,890
null
null
mit
null
null
null
null
null
null
null
main/main.c
null
null
null
null
null
null
C
2026-05-04T18:36:21.348426
/** * @file main.c * @author risinek (risinek@gmail.com) * @date 2021-04-03 * @copyright Copyright (c) 2021 * * @brief Main file used to setup ESP32 into initial state * * Starts management AP and webserver */ #include <stdio.h> #define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE #include "esp_log.h" #include "esp_e...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
Common.h
null
null
null
null
null
null
C
2026-05-04T18:36:24.766433
/* * Common.h * MachOView * * Created by Peter Saghelyi on 10/09/2011. * */ //#define MV_NO_MULTITHREAD //#define MV_NO_ARCHIVER //#define MV_STATISTICS extern NSCondition * pipeCondition; extern int32_t numIOThread; extern int64_t nrow_total; // number of rows (loaded and empty) extern int64_t nrow_loaded...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
DataSources.h
null
null
null
null
null
null
C
2026-05-04T18:36:24.767338
/* * DataSources.h * MachOView * * Created by psaghelyi on 15/06/2010. * */ extern NSString * const MVScannerErrorMessage; @interface MVDataSourceTree : NSObject; @end @interface MVDataSourceDetails : NSObject; @end
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
DataController.h
null
null
null
null
null
null
C
2026-05-04T18:36:24.776256
/* * DataController.h * MachOView * * Created by psaghelyi on 15/06/2010. * */ #define OFFSET_COLUMN 0 #define DATA_COLUMN 1 // use this with details #define DESCRIPTION_COLUMN 2 // use this with details #define VALUE_COLUMN 3 #define DATA_LO_COLUMN 1 // use this with no deta...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
ArchiveLayout.h
null
null
null
null
null
null
C
2026-05-04T18:36:24.783511
/* * ArchiveLayout.h * MachOView * * Created by psaghelyi on 18/03/2011. * */ #import "Layout.h" @interface MVObjectInfo : NSObject { NSString * name; uint64_t length; MVLayout * __weak layout; } @property (nonatomic) NSString * name; @property (nonatomic) ...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
Document.h
null
null
null
null
null
null
C
2026-05-04T18:36:24.792343
/* * Document.h * MachOView * * Created by psaghelyi on 15/06/2010. * */ #include <atomic> @class MVDataController; @interface MVOutlineView : NSOutlineView { } @end @interface MVTableView : NSTableView { } @end @interface MVRightFormatter : NSFormatter { BOOL compound; // NO: plain hex; YE...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
Exceptions.h
null
null
null
null
null
null
C
2026-05-04T18:36:24.793638
/* * Exceptions.h * MachOView * * Created by psaghelyi on 20/07/2010. * */ #import "MachOLayout.h" @interface MachOLayout (Exceptions) - (MVNode *)createCFINode:(MVNode *)parent caption:(NSString *)caption location:(uint64_t)location length:(uint64_t)len...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
DyldInfo.h
null
null
null
null
null
null
C
2026-05-04T18:36:24.801855
/* * DyldInfo.h * MachOView * * Created by psaghelyi on 21/09/2010. * */ #import "MachOLayout.h" @interface DyldHelper : NSObject { NSMutableDictionary * externalMap; // external symbol name --> symbols index (negative number) } +(DyldHelper *) dyldHelperWithSymbols:(NSDictionary *)symbolNames is64Bit:(b...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
AppController.h
null
null
null
null
null
null
C
2026-05-04T18:36:24.802407
/* * AppController.h * MachOView * * Created by psaghelyi on 15/06/2010. * */ #import <Cocoa/Cocoa.h> @class MVPreferenceController; @interface MVAppController : NSObject <NSApplicationDelegate,NSOpenSavePanelDelegate> { MVPreferenceController * preferenceController; } - (IBAction)showPreferencePanel:(id...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
CRTFootPrints.h
null
null
null
null
null
null
C
2026-05-04T18:36:24.814126
/* * CRTFootPrints.h * MachOView * * Created by psaghelyi on 25/11/2010. * */ #import "MachOLayout.h" #define FOOTPRINT_STRIDE 16 #define GAP(x) {00, x} // fake entry with zero length, second element is the size of bytes to skip typedef uint8_t AsmFootPrint[][FOOTPRINT_STRIDE]; @interface MachOLayout (C...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
Attach.h
null
null
null
null
null
null
C
2026-05-04T18:36:24.815115
/* * Attach.h * MachOView * * Created by fG! on 08/09/13. * reverser@put.as * */ #ifndef machoview_Attach_h #define machoview_Attach_h #include <mach/mach.h> #include <mach/mach_vm.h> #include <mach/vm_map.h> #include <mach-o/loader.h> int64_t get_image_size(mach_vm_address_t address, pid_t pid, uint64_t ...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
FatLayout.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.043215
/* * FatLayout.h * MachOView * * Created by psaghelyi on 02/12/2011. * */ #import "Layout.h" @interface FatLayout : MVLayout; + (FatLayout *) layoutWithDataController:(MVDataController *)dc rootNode:(MVNode *)node; @end
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
ObjC.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.044338
/* * ObjC.h * MachOView * * Created by Peter Saghelyi on 17/10/2011. * */ #import "MachOLayout.h" typedef std::vector<uint32_t> PointerVector; typedef std::vector<uint64_t> Pointer64Vector; @interface MachOLayout (ObjC) - (MVNode *)createObjCCFStringsNode:(MVNode *)parent capti...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
Layout.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.045811
/* * Layout.h * MachOView * * Created by psaghelyi on 18/03/2011. * */ #define MATCH_STRUCT(obj,location) \ struct obj const * obj = (struct obj *)[self imageAt:(location)]; \ if (!obj) [NSException raise:@"null exception" format:@#obj " is null"]; @class MVDataController; @class MVArchiver; @class MVNo...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
LinkEdit.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.047304
/* * LinkEdit.h * MachOView * * Created by psaghelyi on 20/07/2010. * */ #import "MachOLayout.h" @interface MachOLayout (LinkEdit) - (MVNode *) createRelocNode:(MVNode *)parent caption:(NSString *)caption location:(uint64_t)location length:(uint6...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
LoadCommands.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.048219
/* * LoadCommands.h * MachOView * * Created by psaghelyi on 20/07/2010. * */ #import "MachOLayout.h" @interface MachOLayout (LoadCommands) - (NSString *)getNameForCommand:(uint32_t)cmd; -(MVNode *)createLoadCommandNode:(MVNode *)parent caption:(NSString *)caption ...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/LEB128.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.606223
//===- llvm/Support/LEB128.h - [SU]LEB128 utility functions -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
ReadWrite.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.622100
/* * ReadWrite.h * MachOView * * Created by psaghelyi on 20/07/2010. * */ #import "DataController.h" @interface MVDataController (ReadWrite) - (uint8_t) read_uint8:(NSRange &)range; - (uint16_t) read_uint16:(NSRange &)range; - (uint32_t) read_uint32:(NSRange &)range; - (uint64_t) read_uint64...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
SectionContents.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.689702
/* * SectionContents.h * MachOView * * Created by psaghelyi on 15/09/2010. * */ #import "MachOLayout.h" @interface MachOLayout (SectionContents) - (MVNode *)createPointersNode:(MVNode *)parent caption:(NSString *)caption location:(uint64_t)location ...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
PreferenceController.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.707519
/* * MVPreferenceController.h * MachOView * * Created by psaghelyi on 12/24/12. * */ @interface MVPreferenceController: NSWindowController { IBOutlet NSButton * openAtLaunch; } - (IBAction)toggleOpenAtLaunch:(id)sender; @end
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/MCInst.c
null
null
null
null
null
null
C
2026-05-04T18:36:26.708715
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #if defined(CAPSTONE_HAS_OSXKERNEL) #include <Availability.h> #include <libkern/libkern.h> #else #include <stdio.h> #include <stdlib.h> #endif #include <string.h> #include "MCInst.h" #include "utils.h" #define MCINST_CACHE (ARR...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/MCInst.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.710247
//===-- llvm/MC/MCInst.h - MCInst class -------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
MachOLayout.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.719064
/* * MachOLayout.h * MachOView * * Created by psaghelyi on 15/06/2010. * */ #include <string> #include <vector> #include <set> #include <map> #include <cxxabi.h> #import "Layout.h" typedef std::vector<struct load_command const *> CommandVector; typedef std::vector<struct segment_command const *> ...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/MCDisassembler.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.735290
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #ifndef CS_MCDISASSEMBLER_H #define CS_MCDISASSEMBLER_H typedef enum DecodeStatus { MCDisassembler_Fail = 0, MCDisassembler_SoftFail = 1, MCDisassembler_Success = 3, } DecodeStatus; #endif
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/MCInstrDesc.c
null
null
null
null
null
null
C
2026-05-04T18:36:26.749893
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #include "MCInstrDesc.h" /// isPredicate - Set if this is one of the operands that made up of /// the predicate operand that controls an isPredicable() instruction. bool MCOperandInfo_isPredicate(const MCOperandInfo *m) { retur...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/MCFixedLenDisassembler.h
null
null
null
null
null
null
C
2026-05-04T18:36:26.758194
//===-- llvm/MC/MCFixedLenDisassembler.h - Decoder driver -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/MCInstrDesc.h
null
null
null
null
null
null
C
2026-05-04T18:36:27.201326
//===-- llvm/MC/MCInstrDesc.h - Instruction Descriptors -*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===---------------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/MCRegisterInfo.c
null
null
null
null
null
null
C
2026-05-04T18:36:27.293007
//=== MC/MCRegisterInfo.cpp - Target Register Description -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/MathExtras.h
null
null
null
null
null
null
C
2026-05-04T18:36:27.332723
//===-- llvm/Support/MathExtras.h - Useful math functions -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/MCRegisterInfo.h
null
null
null
null
null
null
C
2026-05-04T18:36:27.362171
//=== MC/MCRegisterInfo.h - Target Register Description ---------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/SStream.h
null
null
null
null
null
null
C
2026-05-04T18:36:27.384574
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #ifndef CS_SSTREAM_H_ #define CS_SSTREAM_H_ #include "include/capstone/platform.h" typedef struct SStream { char buffer[512]; int index; } SStream; void SStream_Init(SStream *ss); void SStream_concat(SStream *ss, const char...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64BaseInfo.c
null
null
null
null
null
null
C
2026-05-04T18:36:27.386069
//===-- AArch64BaseInfo.cpp - AArch64 Base encoding information------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64AddressingModes.h
null
null
null
null
null
null
C
2026-05-04T18:36:27.387286
//===- AArch64AddressingModes.h - AArch64 Addressing Modes ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64BaseInfo.h
null
null
null
null
null
null
C
2026-05-04T18:36:27.399405
//===-- AArch64BaseInfo.h - Top level definitions for AArch64- --*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/SStream.c
null
null
null
null
null
null
C
2026-05-04T18:36:27.405256
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #include <stdarg.h> #if defined(CAPSTONE_HAS_OSXKERNEL) #include <Availability.h> #include <libkern/libkern.h> #include <i386/limits.h> #else #include <stdio.h> #include <limits.h> #endif #include <string.h> #include <capstone/p...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64Disassembler.c
null
null
null
null
null
null
C
2026-05-04T18:36:27.446051
//===- AArch64Disassembler.cpp - Disassembler for AArch64 ISA -------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64Disassembler.h
null
null
null
null
null
null
C
2026-05-04T18:36:27.792578
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #ifndef CS_AARCH64_DISASSEMBLER_H #define CS_AARCH64_DISASSEMBLER_H #include "capstone/capstone.h" #include "../../MCRegisterInfo.h" #include "../../MCInst.h" void AArch64_init(MCRegisterInfo *MRI); bool AArch64_getInstruction...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64InstPrinter.c
null
null
null
null
null
null
C
2026-05-04T18:36:27.924385
//==-- AArch64InstPrinter.cpp - Convert AArch64 MCInst to assembly syntax --==// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64InstPrinter.h
null
null
null
null
null
null
C
2026-05-04T18:36:28.000767
//===-- AArch64InstPrinter.h - Convert AArch64 MCInst to assembly syntax --===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64Mapping.c
null
null
null
null
null
null
C
2026-05-04T18:36:28.001950
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #ifdef CAPSTONE_HAS_ARM64 #include <stdio.h> // debug #include <string.h> #include "../../utils.h" #include "AArch64Mapping.h" #define GET_INSTRINFO_ENUM #include "AArch64GenInstrInfo.inc" #ifndef CAPSTONE_DIET // NOTE: this...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64Module.h
null
null
null
null
null
null
C
2026-05-04T18:36:28.003853
/* Capstone Disassembly Engine */ /* By Travis Finkenauer <tmfinken@gmail.com>, 2018 */ #ifndef CS_AARCH64_MODULE_H #define CS_AARCH64_MODULE_H #include "../../utils.h" cs_err AArch64_global_init(cs_struct *ud); cs_err AArch64_option(cs_struct *handle, cs_opt_type type, size_t value); #endif
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64Module.c
null
null
null
null
null
null
C
2026-05-04T18:36:28.009697
/* Capstone Disassembly Engine */ /* By Dang Hoang Vu <danghvu@gmail.com> 2013 */ #ifdef CAPSTONE_HAS_ARM64 #include "../../utils.h" #include "../../MCRegisterInfo.h" #include "AArch64Disassembler.h" #include "AArch64InstPrinter.h" #include "AArch64Mapping.h" #include "AArch64Module.h" cs_err AArch64_global_init(cs_...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/AArch64/AArch64Mapping.h
null
null
null
null
null
null
C
2026-05-04T18:36:28.010300
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #ifndef CS_ARM64_MAP_H #define CS_ARM64_MAP_H #include "capstone/capstone.h" #define ARR_SIZE(a) (sizeof(a)/sizeof(a[0])) // return name of regiser in friendly string const char *AArch64_reg_name(csh handle, unsigned int reg);...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/ARM/ARMBaseInfo.h
null
null
null
null
null
null
C
2026-05-04T18:36:28.030049
//===-- ARMBaseInfo.h - Top level definitions for ARM -------- --*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/ARM/ARMAddressingModes.h
null
null
null
null
null
null
C
2026-05-04T18:36:28.037491
//===-- ARMAddressingModes.h - ARM Addressing Modes -------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/ARM/ARMDisassembler.h
null
null
null
null
null
null
C
2026-05-04T18:36:28.076417
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #ifndef CS_ARMDISASSEMBLER_H #define CS_ARMDISASSEMBLER_H #include "capstone/capstone.h" #include "../../MCRegisterInfo.h" void ARM_init(MCRegisterInfo *MRI); bool ARM_getInstruction(csh handle, const uint8_t *code, size_t cod...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/ARM/ARMInstPrinter.h
null
null
null
null
null
null
C
2026-05-04T18:36:28.401546
//===- ARMInstPrinter.h - Convert ARM MCInst to assembly syntax -*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/ARM/ARMMapping.c
null
null
null
null
null
null
C
2026-05-04T18:36:28.542892
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #ifdef CAPSTONE_HAS_ARM #include <stdio.h> // debug #include <string.h> #include "../../cs_priv.h" #include "ARMMapping.h" #define GET_INSTRINFO_ENUM #include "ARMGenInstrInfo.inc" #ifndef CAPSTONE_DIET static const name_map...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/ARM/ARMMapping.h
null
null
null
null
null
null
C
2026-05-04T18:36:28.631510
/* Capstone Disassembly Engine */ /* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */ #ifndef CS_ARM_MAP_H #define CS_ARM_MAP_H #include "../../include/capstone/capstone.h" #include "../../utils.h" // return name of regiser in friendly string const char *ARM_reg_name(csh handle, unsigned int reg); const char *AR...
gdbinit/MachOView
https://github.com/gdbinit/MachOView
null
null
null
null
2,863
null
null
mit
null
null
null
null
null
null
null
capstone/arch/ARM/ARMModule.c
null
null
null
null
null
null
C
2026-05-04T18:36:28.656313
/* Capstone Disassembly Engine */ /* By Dang Hoang Vu <danghvu@gmail.com> 2013 */ #ifdef CAPSTONE_HAS_ARM #include "../../cs_priv.h" #include "../../MCRegisterInfo.h" #include "ARMDisassembler.h" #include "ARMInstPrinter.h" #include "ARMMapping.h" #include "ARMModule.h" cs_err ARM_global_init(cs_struct *ud) { MCReg...