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
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/BF_common.c
null
null
null
null
null
null
C
2026-05-04T18:37:15.474593
/* * bcrypt cracker patch for JtR, common code. 2014 by JimF * This file takes replicated but common code, shared between the CPU * and the GPU formats, and places it into one common location */ #include "arch.h" #include "misc.h" #include "common.h" #include "formats.h" #include "BF_common.h" #include "memdbg.h" ...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/AFS_fmt.c
null
null
null
null
null
null
C
2026-05-04T18:37:15.492536
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2012,2015 by Solar Designer * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. */ #include <stdint.h> #include <string...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/BF_common.h
null
null
null
null
null
null
C
2026-05-04T18:37:15.500546
/* * bcrypt cracker patch for JtR, common code. 2014 by JimF * This file takes replicated but common code, shared between the CPU * and the GPU formats, and places it into one common location */ #if !defined (BF_common_h__) #define BF_common_h__ #include "arch.h" #include "formats.h" extern struct fmt_tests BF_co...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/AzureAD_common.h
null
null
null
null
null
null
C
2026-05-04T18:37:15.504537
/* * This software is Copyright (c) 2015 JimF, <jfoug at openwall.com>, and * it is hereby released to the general public under the following terms: * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * Azure ActiveDirectory, V1 cracker patch for JtR, common code....
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/AzureAD_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:15.506412
/* * This software is Copyright (c) 2015 JimF, <jfoug at openwall.com>, and * it is hereby released to the general public under the following terms: * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * Azure ActiveDirectory, V1 cracker patch for JtR. * * Algor...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/7z_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:15.507765
/* * 7-Zip cracker patch for JtR. Hacked together during June of 2013 by Dhiru * Kholia <dhiru at openwall.com>. Unicode support and other fixes by magnum. * * This software is Copyright (c) 2013 Dhiru Kholia <dhiru at openwall.com> * and Copyright (c) 2013-2017 magnum, and it is hereby released to the general * ...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/AzureAD_common_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:15.544963
/* * This software is Copyright (c) 2015 JimF, <jfoug at openwall.com>, and * it is hereby released to the general public under the following terms: * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * Azure ActiveDirectory, V1 cracker patch for JtR, common code....
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/BFEgg_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:15.545496
/* * This file is part of Eggdrop blowfish patch for John The Ripper. * Copyright (c) 2002 by Sun-Zero <sun-zero at freemail.hu> * This is a free software distributable under terms of the GNU GPL. * * This format has collisions for repeated patterns (eg. "1" vs. "11", * or "hey" vs. "heyheyheyhey") - you can run ...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/DefCon_JtrMakeConfig/jtrMakeConfig.c
null
null
null
null
null
null
C
2026-05-04T18:37:15.581236
///////////////////////////////////////////////////////////////////// //Note, this code was originally written by Matt Weir, at Florida State University //Contact Info weir -at- cs.fsu.edu //This code is licensed GPLv2 //If you make any changes I would love to hear about them so I don't have to impliment them myself ;)...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/BF_fmt.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.101956
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2008,2010-2013,2015 by Solar Designer * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. */ #include <stdlib.h> #inclu...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/BF_std.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.130405
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2008,2010,2011,2013,2015 by Solar Designer * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. * * A public domain vers...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/BF_std.h
null
null
null
null
null
null
C
2026-05-04T18:37:16.137607
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2008,2010,2011 by Solar Designer * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. */ /* * OpenBSD-style Blowfish-ba...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/BSDI_fmt.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.145275
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2010-2012,2015 by Solar Designer * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. */ #include <stdint.h> #include <s...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/DES_bs.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.145804
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2002,2005,2010-2012 by Solar Designer * * Addition of single DES encryption with no salt by * Deepika Dutta Mishra <dipikadutta at gmail.com> in * 2012, no rights reserved. * */ #ifdef _MSC_VER #undef _OPENMP #endif #include <std...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/DES_bs.h
null
null
null
null
null
null
C
2026-05-04T18:37:16.149543
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2005,2010-2012,2015 by Solar Designer */ /* * Bitslice DES implementation. */ #ifndef _JOHN_DES_BS_H #define _JOHN_DES_BS_H #include <stdint.h> #include "arch.h" #include "common.h" /* For struct db_salt */ #include "loader....
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/DES_std.h
null
null
null
null
null
null
C
2026-05-04T18:37:16.178004
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2000,2012 by Solar Designer * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. */ /* * "Standard" (non-bitslice) DES imple...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/DES_fmt.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.200593
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2010-2012 by Solar Designer * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. */ #include <stdint.h> #include <string...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/DES_std.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.202262
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2005,2012 by Solar Designer * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. */ #include <string.h> #include "arch....
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/DES_bs_b.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.233398
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2003,2010-2013,2015 by Solar Designer * * Addition of single DES encryption with no salt by * Deepika Dutta Mishra <dipikadutta at gmail.com> in 2012, no * rights reserved. */ #ifdef _MSC_VER #undef _OPENMP #endif #include "a...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/DMD5_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.708202
/* * DMD5_fmt.c * * DIGEST-MD5 authentication module for Solar Designer's John the Ripper * Uses Solar Designer's MD5 implementation. * * This software is Copyright 2006, regenrecht@o2.pl, and * Copyright 2011, 2013 magnum, and it is hereby released to the general * public under the following terms: Redistribu...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/HDAA_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.797939
/* HTTP Digest access authentication patch for john * * Written by Romain Raboin. OMP and intrinsics support by magnum * * This software is Copyright (c) 2008 Romain Raboin - romain.raboin at * gmail.com, and Copyright (c) 2012 magnum and it is hereby released to * the general public under the following terms: ...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/EPI_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.805983
/* * EPiServer module for john 1.7.2 (and possibly later) * Uses hashes/salts found in the tblSID of an EPiServer database installation * * Created by Johannes Gumbel (johannes [at] iforge.cc) * * If you have any questions as to how a function incorporates with john, please refer to formats.h of john * * versio...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/DOMINOSEC_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.807547
/* * DOMINOSEC_fmt.c (version 3) * * Notes/Domino More Secure Internet Password module for Solar Designer's JtR * by regenrecht at o2.pl, Dec 2005. * Algorithm discovery by regenrecht at o2.pl, bartavelle at bandecon.com. * * Short description. * 1. Make 128bit digest of key. (128/8=16 bytes) * 2. Do bin2hex()...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/DOMINOSEC8_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.818561
/* Cracks Notes/Domino 8+ H-hashes. Thanks to philsmd and atom, for publishing * the algorithm. * * This file is based on DOMINOSEC_fmt_plug.c (version 3). * * The following description of the algorithm was published by philsmd, on * hashcat forums. * * H-hashes depends on (both of) the older "dominosec" hash t...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/FGT_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.820075
/* * Fortigate (FortiOS) Password cracker * * This software is Copyright (c) 2012 Mat G. <mat.jtr at gmail.com>, * and it is hereby released to the general public under the following terms: * Redistribution and use in source and binary forms, with or without modification, are permitted. * * Passwords are located...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/IPB2_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.821474
/* * IPB2_fmt.c (version 4) * * Invision Power Board 2.x salted MD5 module for Solar Designer's JtR * Uses Solar Designer's MD5 implementation. * regenrecht at o2.pl, Jan 2006 * * Hashes list should have form of username:$IPB2$salt$hash * Values to be taken from IPB database, where: * salt = bin2hex(ibf_member...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KRB4_std.h
null
null
null
null
null
null
C
2026-05-04T18:37:16.824293
/* * KRB4_std.h * * Kerberos v4 jonks, from KTH krb4. * * Dug Song <dugsong@monkey.org> */ #ifndef KRB4_STD_H #define KRB4_STD_H #define REALM_SZ 40 void afs_string_to_key(char *str, char *cell, DES_cblock *key); #endif /* KRB4_STD_H */
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KRB4_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.860682
/* KRB4_fmt.c AFS/krb4 TGT dictionary attack module for Solar Designer's John the Ripper. tgtsnarf files should only contain entries for one cell/realm. Copyright (c) 1999 Dug Song <dugsong@monkey.org> All rights reserved, all wrongs reversed. Redistribution and use in source and binary forms, with or w...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KRB4_std_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:16.910646
/* KRB4_std.c Kerberos v4 jonks, from KTH krb4. $OpenBSD: str2key.c,v 1.6 1998/06/22 15:22:27 beck Exp $ $KTH: str2key.c,v 1.10 1997/03/23 03:53:19 joda Exp $ */ /* This defines the Andrew string_to_key function. It accepts a password * string as input and converts its via a one-way encryption algorithm to...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KRB5_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:17.327840
/* * KRB5_fmt.c * * Kerberos 5 module for John the Ripper, based on the * KRB4 module by Dug Song. * * Author: Nasko Oskov <nasko at netsekure.org> * * Licensing: * * The module contains code derived or copied from the Heimdal project. * * Copyright (c) 1997-2000 Kungliga Tekniska Högskolan * (Royal I...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KeccakDuplex.c
null
null
null
null
null
null
C
2026-05-04T18:37:17.607629
/* The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche. For more information, feedback or questions, please refer to our website: http://keccak.noekeon.org/ Implementation by the designers, hereby denoted as "the implementer". To the extent possible under law, the...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KeccakF-1600-interface.h
null
null
null
null
null
null
C
2026-05-04T18:37:17.608884
/* The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche. For more information, feedback or questions, please refer to our website: http://keccak.noekeon.org/ Implementation by the designers, hereby denoted as "the implementer". To the extent possible under law, the...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KRB5_std.h
null
null
null
null
null
null
C
2026-05-04T18:37:17.611577
/* * KRB5_std.h * * Kerberos 5 module for John the Ripper, based on the * KRB4 module by Dug Song. * * Author: Nasko Oskov <nasko at netsekure.org> * * Licensing: * * The module contains code derived or copied from the Heimdal project. * * Copyright (c) 1997-2000 Kungliga Tekniska Högskolan * (Royal I...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KeccakDuplex.h
null
null
null
null
null
null
C
2026-05-04T18:37:17.612772
/* The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche. For more information, feedback or questions, please refer to our website: http://keccak.noekeon.org/ Implementation by the designers, hereby denoted as "the implementer". To the extent possible under law, the...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KeccakF-1600-opt64.c
null
null
null
null
null
null
C
2026-05-04T18:37:17.618690
/* The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche. For more information, feedback or questions, please refer to our website: http://keccak.noekeon.org/ Implementation by the designers, hereby denoted as "the implementer". To the extent possible under law, the...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KeccakF-1600-reference.h
null
null
null
null
null
null
C
2026-05-04T18:37:17.817163
/* The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche. For more information, feedback or questions, please refer to our website: http://keccak.noekeon.org/ Implementation by the designers, hereby denoted as "the implementer". To the extent possible under law, the...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KRB5_std_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:17.818097
/* * KRB5_std.c * * Kerberos 5 module for John the Ripper, based on the * KRB4 module by Dug Song. * * Author: Nasko Oskov <nasko at netsekure.org> * * Licensing: * * The module contains code derived or copied from the Heimdal project. * * Copyright (c) 1997-2000 Kungliga Tekniska Högskolan * (Royal I...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KeccakF-1600-reference32BI.c
null
null
null
null
null
null
C
2026-05-04T18:37:17.826537
/* The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche. For more information, feedback or questions, please refer to our website: http://keccak.noekeon.org/ Implementation by the designers, hereby denoted as "the implementer". To the extent possible under law, the...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KeccakHash.c
null
null
null
null
null
null
C
2026-05-04T18:37:18.454200
/* The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche. For more information, feedback or questions, please refer to our website: http://keccak.noekeon.org/ Implementation by the designers, hereby denoted as "the implementer". To the extent possible under law, the...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KeccakSponge.c
null
null
null
null
null
null
C
2026-05-04T18:37:18.619309
/* The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche. For more information, feedback or questions, please refer to our website: http://keccak.noekeon.org/ Implementation by the designers, hereby denoted as "the implementer". To the extent possible under law, the...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/MSCHAPv2_bs_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:18.632821
/* * MSCHAPv2_fmt.c -- Microsoft PPP CHAP Extensions, Version 2 * * Written by JoMo-Kun <jmk at foofus.net> in 2010 * and placed in the public domain. * * Modified for performance, OMP and utf-8 support * by magnum 2010-2011, no rights reserved * * Modified for using Bitsliced DES by Deepika Dutta Mishra * <d...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KeccakSponge.h
null
null
null
null
null
null
C
2026-05-04T18:37:18.647476
/* The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche. For more information, feedback or questions, please refer to our website: http://keccak.noekeon.org/ Implementation by the designers, hereby denoted as "the implementer". To the extent possible under law, the...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/LM_fmt.c
null
null
null
null
null
null
C
2026-05-04T18:37:18.661268
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2005,2010-2012 by Solar Designer * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. */ #include <stdint.h> #include <s...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/NETLM_fmt_plug.c
null
null
null
null
null
null
C
2026-05-04T18:37:18.680201
/* * NETLM_fmt.c -- LM Challenge/Response * * Written by JoMo-Kun <jmk at foofus.net> in 2007 * and placed in the public domain. * * Performance and OMP fixes by magnum 2011 * * This algorithm is designed for performing brute-force cracking of the LM * challenge/response pairs exchanged during network-based au...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/KeccakHash.h
null
null
null
null
null
null
C
2026-05-04T18:37:18.697303
/* The Keccak sponge function, designed by Guido Bertoni, Joan Daemen, Michaël Peeters and Gilles Van Assche. For more information, feedback or questions, please refer to our website: http://keccak.noekeon.org/ Implementation by the designers, hereby denoted as "the implementer". To the extent possible under law, the...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/MD5_fmt.c
null
null
null
null
null
null
C
2026-05-04T18:37:18.698228
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2008,2010-2012 by Solar Designer * * ...with changes in the jumbo patch, by bartavelle and magnum. * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY N...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/MD5_std.c
null
null
null
null
null
null
C
2026-05-04T18:37:18.704260
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2003,2006,2011 by Solar Designer * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARRANTY, express or implied. * * This implementation of FreeBSD...
rewardone/OSCPRepo
https://github.com/rewardone/OSCPRepo
null
null
null
null
2,733
null
null
mit
null
null
null
null
null
null
null
Tools/JohnTheRipper-bleeding-jumbo/src/MD5_std.h
null
null
null
null
null
null
C
2026-05-04T18:37:18.728688
/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2000,2003,2011 by Solar Designer * * ...with changes in the jumbo patch, by bartavelle and magnum * * Redistribution and use in source and binary forms, with or without * modification, are permitted. * * There's ABSOLUTELY NO WARR...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/draw2d.c
null
null
null
null
null
null
C
2026-05-04T18:37:21.209429
#include <stdlib.h> #include "draw2d.h" #include "graphics.h" #include "maths.h" #include "texture.h" static void swap_integers(int *a, int *b) { int t = *a; *a = *b; *b = t; } static int lerp_integers(int a, int b, float t) { return (int)(a + (b - a) * t); } static void convert_color(vec4_t input, u...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/camera.c
null
null
null
null
null
null
C
2026-05-04T18:37:21.209987
#include <assert.h> #include <math.h> #include <stdlib.h> #include "camera.h" #include "macro.h" #include "maths.h" /* * for orbital camera controls, see * https://github.com/mrdoob/three.js/blob/master/examples/js/controls/OrbitControls.js */ static const float NEAR = 0.1f; static const float FAR = 10000; static ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/graphics.c
null
null
null
null
null
null
C
2026-05-04T18:37:21.212164
#include <assert.h> #include <math.h> #include <stdlib.h> #include <string.h> #include "graphics.h" #include "macro.h" #include "maths.h" /* framebuffer management */ framebuffer_t *framebuffer_create(int width, int height) { int color_buffer_size = width * height * 4; int depth_buffer_size = sizeof(float) * ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/api.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.214204
#ifndef API_H #define API_H #include "camera.h" #include "darray.h" #include "draw2d.h" #include "graphics.h" #include "image.h" #include "macro.h" #include "maths.h" #include "mesh.h" #include "platform.h" #include "scene.h" #include "skeleton.h" #include "texture.h" #endif
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/camera.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.216466
#ifndef CAMERA_H #define CAMERA_H #include "maths.h" typedef struct camera camera_t; typedef struct {vec2_t orbit; vec2_t pan; float dolly;} motion_t; /* camera creating/releasing */ camera_t *camera_create(vec3_t position, vec3_t target, float aspect); void camera_release(camera_t *camera); /* camera updating */ v...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/graphics.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.217552
#ifndef GRAPHICS_H #define GRAPHICS_H #include "maths.h" typedef struct { int width, height; unsigned char *color_buffer; float *depth_buffer; } framebuffer_t; typedef struct program program_t; typedef vec4_t vertex_shader_t(void *attribs, void *varyings, void *uniforms); typedef vec4_t fragment_shader_t...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/darray.c
null
null
null
null
null
null
C
2026-05-04T18:37:21.219354
#include <assert.h> #include <stdlib.h> #include "darray.h" /* * for type-safe dynamic array, see * https://github.com/nothings/stb/blob/master/stretchy_buffer.h */ #define DARRAY_RAW_DATA(darray) ((int*)(darray) - 2) #define DARRAY_CAPACITY(darray) (DARRAY_RAW_DATA(darray)[0]) #define DARRAY_OCCUPIED(darray) (DAR...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/draw2d.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.221422
#ifndef DRAW2D_H #define DRAW2D_H #include "graphics.h" #include "maths.h" #include "texture.h" void draw2d_draw_point(framebuffer_t *framebuffer, vec4_t color, vec2_t point); void draw2d_draw_line(framebuffer_t *framebuffer, vec4_t color, vec2_t point0, vec2_t point1); vo...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/darray.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.222693
#ifndef DARRAY_H #define DARRAY_H #define darray_push(darray, value) \ do { \ (darray) = darray_hold((darray), 1, sizeof(*(darray))); \ (darray)[darray_size(darray) - 1] = (value)...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/image.c
null
null
null
null
null
null
C
2026-05-04T18:37:21.464910
#include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "image.h" #include "macro.h" #include "maths.h" #include "private.h" /* image creating/releasing */ image_t *image_create(int width, int height, int channels, format_t format) { int num_elems = width * height...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/maths.c
null
null
null
null
null
null
C
2026-05-04T18:37:21.816719
#include <assert.h> #include <math.h> #include <stdio.h> #include "macro.h" #include "maths.h" /* float related functions */ float float_min(float a, float b) { return a < b ? a : b; } float float_max(float a, float b) { return a > b ? a : b; } float float_lerp(float a, float b, float t) { return a + (b...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/private.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.865184
#ifndef PRIVATE_H #define PRIVATE_H #include "graphics.h" #include "image.h" /* framebuffer blitting */ void private_blit_bgr(framebuffer_t *source, image_t *target); void private_blit_rgb(framebuffer_t *source, image_t *target); /* misc functions */ const char *private_get_extension(const char *filename); #endif
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/platform.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.866375
#ifndef PLATFORM_H #define PLATFORM_H #include "graphics.h" typedef struct window window_t; typedef enum {KEY_A, KEY_D, KEY_S, KEY_W, KEY_SPACE, KEY_NUM} keycode_t; typedef enum {BUTTON_L, BUTTON_R, BUTTON_NUM} button_t; typedef struct { void (*key_callback)(window_t *window, keycode_t key, int pressed); void...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/private.c
null
null
null
null
null
null
C
2026-05-04T18:37:21.867811
#include <assert.h> #include <string.h> #include "graphics.h" #include "image.h" /* framebuffer blitting */ void private_blit_bgr(framebuffer_t *src, image_t *dst) { int width = dst->width; int height = dst->height; int r, c; assert(src->width == dst->width && src->height == dst->height); assert(...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/macro.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.876293
#ifndef MACRO_H #define MACRO_H #define EPSILON 1e-5f #define PI 3.1415927f #define TO_RADIANS(degrees) ((PI / 180) * (degrees)) #define TO_DEGREES(radians) ((180 / PI) * (radians)) #define LINE_SIZE 256 #define PATH_SIZE 256 #define UNUSED_VAR(x) ((void)(x)) #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/maths.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.899127
#ifndef MATHS_H #define MATHS_H typedef struct {float x, y;} vec2_t; typedef struct {float x, y, z;} vec3_t; typedef struct {float x, y, z, w;} vec4_t; typedef struct {float x, y, z, w;} quat_t; typedef struct {float m[3][3];} mat3_t; typedef struct {float m[4][4];} mat4_t; /* float related functions */ float float_m...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/mesh.c
null
null
null
null
null
null
C
2026-05-04T18:37:21.918329
#include <assert.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "darray.h" #include "macro.h" #include "maths.h" #include "mesh.h" #include "private.h" struct mesh { int num_faces; vertex_t *vertices; vec3_t center; }; /* mesh loading/releasing */ static mesh_t *build_mesh( ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/mesh.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.929672
#ifndef MESH_H #define MESH_H #include "maths.h" typedef struct mesh mesh_t; typedef struct { vec3_t position; vec2_t texcoord; vec3_t normal; vec4_t tangent; vec4_t joint; vec4_t weight; } vertex_t; /* mesh loading/releasing */ mesh_t *mesh_load(const char *filename); void mesh_release(mesh...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/image.h
null
null
null
null
null
null
C
2026-05-04T18:37:21.948103
#ifndef IMAGE_H #define IMAGE_H typedef enum { FORMAT_LDR, FORMAT_HDR } format_t; typedef struct { format_t format; int width, height, channels; unsigned char *ldr_buffer; float *hdr_buffer; } image_t; /* image creating/releasing */ image_t *image_create(int width, int height, int channels, f...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/scene.c
null
null
null
null
null
null
C
2026-05-04T18:37:22.078743
#include <stdlib.h> #include "darray.h" #include "graphics.h" #include "maths.h" #include "mesh.h" #include "scene.h" #include "skeleton.h" #include "texture.h" scene_t *scene_create(vec3_t background, model_t *skybox, model_t **models, float ambient_intensity, float punctual_intensity, ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/skeleton.h
null
null
null
null
null
null
C
2026-05-04T18:37:22.483494
#ifndef SKELETON_H #define SKELETON_H #include "maths.h" typedef struct skeleton skeleton_t; /* skeleton loading/releasing */ skeleton_t *skeleton_load(const char *filename); void skeleton_release(skeleton_t *skeleton); /* joint updating/retrieving */ void skeleton_update_joints(skeleton_t *skeleton, float frame_ti...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/scene.h
null
null
null
null
null
null
C
2026-05-04T18:37:22.484322
#ifndef SCENE_H #define SCENE_H #include "graphics.h" #include "maths.h" #include "mesh.h" #include "skeleton.h" #include "texture.h" typedef struct { float frame_time; float delta_time; vec3_t light_dir; vec3_t camera_pos; mat4_t light_view_matrix; mat4_t light_proj_matrix; mat4_t camera_...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/texture.h
null
null
null
null
null
null
C
2026-05-04T18:37:22.486209
#ifndef TEXTURE_H #define TEXTURE_H #include "graphics.h" #include "maths.h" typedef enum { USAGE_LDR_COLOR, USAGE_LDR_DATA, USAGE_HDR_COLOR, USAGE_HDR_DATA } usage_t; typedef struct { int width, height; vec4_t *buffer; } texture_t; typedef struct { texture_t *faces[6]; } cubemap_t; /* ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/main.c
null
null
null
null
null
null
C
2026-05-04T18:37:22.525917
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include "core/api.h" #include "shaders/cache_helper.h" #include "tests/test_blinn.h" #include "tests/test_pbr.h" typedef void testfunc_t(int argc, char *argv[]); typedef struct {const char *testname; testfunc_t *testfunc;} testcase_t; stati...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/skeleton.c
null
null
null
null
null
null
C
2026-05-04T18:37:22.527686
#include <assert.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "macro.h" #include "maths.h" #include "private.h" #include "skeleton.h" /* * for skeletal animation, see * https://people.rennes.inria.fr/Ludovic.Hoyet/teaching/IMO/05_IMO2016_Skinning.pdf */ typedef struct { ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/core/texture.c
null
null
null
null
null
null
C
2026-05-04T18:37:22.529537
#include <assert.h> #include <math.h> #include <stdlib.h> #include <string.h> #include "graphics.h" #include "image.h" #include "maths.h" #include "texture.h" /* texture related functions */ texture_t *texture_create(int width, int height) { int buffer_size = sizeof(vec4_t) * width * height; texture_t *textur...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/scenes/blinn_scenes.c
null
null
null
null
null
null
C
2026-05-04T18:37:22.558212
#include "../core/api.h" #include "blinn_scenes.h" #include "scene_helper.h" scene_t *blinn_azura_scene(void) { mat4_t translation = mat4_translate(-6.073f, -1.278f, 0.280f); mat4_t scale = mat4_scale(0.378f, 0.378f, 0.378f); mat4_t root = mat4_mul_mat4(scale, translation); return scene_from_file("azur...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/platforms/linux.c
null
null
null
null
null
null
C
2026-05-04T18:37:22.559390
#include <assert.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> #include <X11/Xlib.h> #include <X11/Xutil.h> #include "../core/graphics.h" #include "../core/image.h" #include "../core/macro.h" #include "../core/platform.h" #include "../core/private.h" struct window { Window handle...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/platforms/win32.c
null
null
null
null
null
null
C
2026-05-04T18:37:22.595654
#include <assert.h> #include <stdlib.h> #include <string.h> #include <direct.h> #include <windows.h> #include "../core/graphics.h" #include "../core/image.h" #include "../core/macro.h" #include "../core/platform.h" #include "../core/private.h" struct window { HWND handle; HDC memory_dc; image_t *surface; ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/scenes/blinn_scenes.h
null
null
null
null
null
null
C
2026-05-04T18:37:23.013050
#ifndef BLINN_SCENES_H #define BLINN_SCENES_H #include "../core/api.h" scene_t *blinn_azura_scene(void); scene_t *blinn_centaur_scene(void); scene_t *blinn_craftsman_scene(void); scene_t *blinn_elfgirl_scene(void); scene_t *blinn_kgirl_scene(void); scene_t *blinn_lighthouse_scene(void); scene_t *blinn_mccree_scene(vo...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/scenes/pbr_scenes.h
null
null
null
null
null
null
C
2026-05-04T18:37:23.682715
#ifndef PBR_SCENES_H #define PBR_SCENES_H #include "../core/api.h" scene_t *pbr_assassin_scene(void); scene_t *pbr_buster_scene(void); scene_t *pbr_crab_scene(void); scene_t *pbr_dieselpunk_scene(void); scene_t *pbr_drone_scene(void); scene_t *pbr_helmet_scene(void); scene_t *pbr_horse_scene(void); scene_t *pbr_junkr...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/shaders/blinn_shader.h
null
null
null
null
null
null
C
2026-05-04T18:37:23.880362
#ifndef BLINN_SHADER_H #define BLINN_SHADER_H #include "../core/api.h" /* low-level api */ typedef struct { vec3_t position; vec2_t texcoord; vec3_t normal; vec4_t joint; vec4_t weight; } blinn_attribs_t; typedef struct { vec3_t world_position; vec3_t depth_position; vec2_t texcoord;...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/shaders/cache_helper.h
null
null
null
null
null
null
C
2026-05-04T18:37:23.884191
#ifndef CACHE_HELPER_H #define CACHE_HELPER_H #include "../core/api.h" struct ibldata; /* mesh related functions */ mesh_t *cache_acquire_mesh(const char *filename); void cache_release_mesh(mesh_t *mesh); /* skeleton related functions */ skeleton_t *cache_acquire_skeleton(const char *filename); void cache_release_s...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/shaders/cache_helper.c
null
null
null
null
null
null
C
2026-05-04T18:37:23.884964
#include <assert.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "../core/api.h" #include "cache_helper.h" #include "pbr_shader.h" static char *duplicate_string(const char *source) { char *target = (char*)malloc(strlen(source) + 1); strcpy(target, source); return target; } /* mesh r...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/shaders/pbr_shader.c
null
null
null
null
null
null
C
2026-05-04T18:37:23.887041
#include <math.h> #include <stdlib.h> #include <string.h> #include "../core/api.h" #include "cache_helper.h" #include "pbr_shader.h" /* low-level api */ static mat4_t get_model_matrix(pbr_attribs_t *attribs, pbr_uniforms_t *uniforms) { if (uniforms->joint_matrices) { mat4_t ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/shaders/blinn_shader.c
null
null
null
null
null
null
C
2026-05-04T18:37:23.888534
#include <math.h> #include <stdlib.h> #include "../core/api.h" #include "blinn_shader.h" #include "cache_helper.h" /* low-level api */ static mat4_t get_model_matrix(blinn_attribs_t *attribs, blinn_uniforms_t *uniforms) { if (uniforms->joint_matrices) { mat4_t joint_matrices...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/scenes/scene_helper.h
null
null
null
null
null
null
C
2026-05-04T18:37:23.918634
#ifndef SCENE_HELPER_H #define SCENE_HELPER_H #include "../core/api.h" scene_t *scene_from_file(const char *filename, mat4_t root); #endif
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/shaders/pbr_shader.h
null
null
null
null
null
null
C
2026-05-04T18:37:23.928987
#ifndef PBR_SHADER_H #define PBR_SHADER_H #include "../core/api.h" /* low-level api */ typedef enum { METALNESS_WORKFLOW, SPECULAR_WORKFLOW } workflow_t; typedef struct ibldata { int mip_levels; cubemap_t *diffuse_map; cubemap_t *specular_maps[15]; texture_t *brdf_lut; } ibldata_t; typedef ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/shaders/skybox_shader.c
null
null
null
null
null
null
C
2026-05-04T18:37:24.286429
#include <stdlib.h> #include "../core/api.h" #include "cache_helper.h" #include "skybox_shader.h" /* low-level api */ vec4_t skybox_vertex_shader(void *attribs_, void *varyings_, void *uniforms_) { skybox_attribs_t *attribs = (skybox_attribs_t*)attribs_; skybox_varyings_t *varyings = (skybox_varyings_t*)varyi...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/tests/test_helper.h
null
null
null
null
null
null
C
2026-05-04T18:37:24.876078
#ifndef TEST_HELPER_H #define TEST_HELPER_H #include "../core/api.h" typedef struct { framebuffer_t *framebuffer; camera_t *camera; vec3_t light_dir; vec2_t click_pos; int single_click; int double_click; float frame_time; float delta_time; } context_t; typedef struct { const char ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/tests/test_blinn.c
null
null
null
null
null
null
C
2026-05-04T18:37:24.876819
#include <stddef.h> #include "../core/api.h" #include "../scenes/blinn_scenes.h" #include "test_blinn.h" #include "test_helper.h" static creator_t g_creators[] = { {"azura", blinn_azura_scene}, {"centaur", blinn_centaur_scene}, {"craftsman", blinn_craftsman_scene}, {"elfgirl", blinn_elfgirl_scene}, ...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/shaders/skybox_shader.h
null
null
null
null
null
null
C
2026-05-04T18:37:24.878350
#ifndef SKYBOX_SHADER_H #define SKYBOX_SHADER_H #include "../core/api.h" /* low-level api */ typedef struct { vec3_t position; } skybox_attribs_t; typedef struct { vec3_t direction; } skybox_varyings_t; typedef struct { mat4_t vp_matrix; cubemap_t *skybox; } skybox_uniforms_t; vec4_t skybox_vertex...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/tests/test_pbr.c
null
null
null
null
null
null
C
2026-05-04T18:37:24.878801
#include <stddef.h> #include "../core/api.h" #include "../scenes/pbr_scenes.h" #include "../shaders/cache_helper.h" #include "test_helper.h" #include "test_pbr.h" static creator_t g_creators[] = { {"assassin", pbr_assassin_scene}, {"buster", pbr_buster_scene}, {"crab", pbr_crab_scene}, {"dieselpunk", p...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/tests/test_helper.c
null
null
null
null
null
null
C
2026-05-04T18:37:24.879453
#include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "../core/api.h" #include "test_helper.h" /* mainloop related functions */ static const char *const WINDOW_TITLE = "Viewer"; static const int WINDOW_WIDTH = 800; static const int WINDOW_HEIGHT = 600; static const vec3_t CAMERA_POSIT...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/scenes/scene_helper.c
null
null
null
null
null
null
C
2026-05-04T18:37:28.459218
#include <assert.h> #include <stdio.h> #include <string.h> #include "../core/api.h" #include "../shaders/blinn_shader.h" #include "../shaders/pbr_shader.h" #include "../shaders/skybox_shader.h" #include "scene_helper.h" typedef struct { vec3_t background; char environment[LINE_SIZE]; char skybox[LINE_SIZE]...
zauonlok/renderer
https://github.com/zauonlok/renderer
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
renderer/scenes/pbr_scenes.c
null
null
null
null
null
null
C
2026-05-04T18:37:28.489154
#include "../core/api.h" #include "pbr_scenes.h" #include "scene_helper.h" scene_t *pbr_assassin_scene(void) { mat4_t translation = mat4_translate(0, -125.815f, 18.898f); mat4_t scale = mat4_scale(0.0038f, 0.0038f, 0.0038f); mat4_t root = mat4_mul_mat4(scale, translation); return scene_from_file("assas...
eth-brownie/brownie
https://github.com/eth-brownie/brownie
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
build/brownie/_cli.c
null
null
null
null
null
null
C
2026-05-04T18:37:30.928333
#include <Python.h> PyMODINIT_FUNC PyInit__cli(void) { PyObject *tmp; if (!(tmp = PyImport_ImportModule("eth_brownie__mypyc"))) return NULL; PyObject *capsule = PyObject_GetAttrString(tmp, "init_brownie____cli"); Py_DECREF(tmp); if (capsule == NULL) return NULL; void *init_func = PyCapsule_GetP...
eth-brownie/brownie
https://github.com/eth-brownie/brownie
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
build/brownie/_cli/gui.c
null
null
null
null
null
null
C
2026-05-04T18:37:30.932270
#include <Python.h> PyMODINIT_FUNC PyInit_gui(void) { PyObject *tmp; if (!(tmp = PyImport_ImportModule("eth_brownie__mypyc"))) return NULL; PyObject *capsule = PyObject_GetAttrString(tmp, "init_brownie____cli___gui"); Py_DECREF(tmp); if (capsule == NULL) return NULL; void *init_func = PyCapsule...
eth-brownie/brownie
https://github.com/eth-brownie/brownie
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
build/brownie/_cli/__main__.c
null
null
null
null
null
null
C
2026-05-04T18:37:30.951850
#include <Python.h> PyMODINIT_FUNC PyInit___main__(void) { PyObject *tmp; if (!(tmp = PyImport_ImportModule("eth_brownie__mypyc"))) return NULL; PyObject *capsule = PyObject_GetAttrString(tmp, "init_brownie____cli_____main__"); Py_DECREF(tmp); if (capsule == NULL) return NULL; void *init_func =...
eth-brownie/brownie
https://github.com/eth-brownie/brownie
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
build/brownie/_cli/accounts.c
null
null
null
null
null
null
C
2026-05-04T18:37:30.955242
#include <Python.h> PyMODINIT_FUNC PyInit_accounts(void) { PyObject *tmp; if (!(tmp = PyImport_ImportModule("eth_brownie__mypyc"))) return NULL; PyObject *capsule = PyObject_GetAttrString(tmp, "init_brownie____cli___accounts"); Py_DECREF(tmp); if (capsule == NULL) return NULL; void *init_func =...
eth-brownie/brownie
https://github.com/eth-brownie/brownie
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
build/brownie/_cli/bake.c
null
null
null
null
null
null
C
2026-05-04T18:37:30.956703
#include <Python.h> PyMODINIT_FUNC PyInit_bake(void) { PyObject *tmp; if (!(tmp = PyImport_ImportModule("eth_brownie__mypyc"))) return NULL; PyObject *capsule = PyObject_GetAttrString(tmp, "init_brownie____cli___bake"); Py_DECREF(tmp); if (capsule == NULL) return NULL; void *init_func = PyCapsu...
eth-brownie/brownie
https://github.com/eth-brownie/brownie
null
null
null
null
2,731
null
null
mit
null
null
null
null
null
null
null
build/brownie/_c_constants.c
null
null
null
null
null
null
C
2026-05-04T18:37:30.958909
#include <Python.h> PyMODINIT_FUNC PyInit__c_constants(void) { PyObject *tmp; if (!(tmp = PyImport_ImportModule("eth_brownie__mypyc"))) return NULL; PyObject *capsule = PyObject_GetAttrString(tmp, "init_brownie____c_constants"); Py_DECREF(tmp); if (capsule == NULL) return NULL; void *init_func ...