file_path
stringlengths
3
280
file_language
stringclasses
66 values
content
stringlengths
1
1.04M
repo_name
stringlengths
5
92
repo_stars
int64
0
154k
repo_description
stringlengths
0
402
repo_primary_language
stringclasses
108 values
developer_username
stringlengths
1
25
developer_name
stringlengths
0
30
developer_company
stringlengths
0
82
src/OpenArk/common/ui-wrapper/ui-wrapper.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/compress/xzip/XUnzip.cpp
C++
// XZip.h Version 1.3 #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <time.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <tchar.h> #include "XUnzip.h" namespace Plugin { namespace XZip { #pragma warning(disable : 4996) // disable bogus deprecation warning // THIS FILE is almost...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/compress/xzip/XUnzip.h
C/C++ Header
// XZip.h Version 1.3 #pragma once namespace Plugin { namespace XZip { #ifndef XUNZIP_H #define XUNZIP_H #ifndef XZIP_H DECLARE_HANDLE(HZIP); // An HZIP identifies a zip file that has been opened #endif typedef DWORD ZRESULT; // return codes from any of the zip functions. Listed later. #define ZIP_HANDLE 1 #d...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/compress/xzip/XZip.cpp
C++
// XZip.h Version 1.3 #define STRICT #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <tchar.h> #include <time.h> #include "xzip.h" namespace Plugin { namespace XZip { #pragma warning(disable : 4996) // disable bogus deprecation warning typedef unsigned char uch; // unsigned 8-bit value typedef unsi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/compress/xzip/XZip.h
C/C++ Header
// XZip.h Version 1.3 #pragma once namespace Plugin { namespace XZip { #ifndef XZIP_H #define XZIP_H // ZIP functions -- for creating zip files // This file is a repackaged form of the Info-Zip source code available // at www.info-zip.org. The original copyright notice may be found in // zip.cpp. The repackaging wa...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/compress/zip_utils.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/compress/zip_utils.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/disassembly.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/disassembly.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/decode.c
C
/* udis86 - libudis86/decode.c * * Copyright (c) 2002-2009 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above c...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/decode.h
C/C++ Header
/* udis86 - libudis86/decode.h * * Copyright (c) 2002-2009 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above co...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/extern.h
C/C++ Header
/* udis86 - libudis86/extern.h * * Copyright (c) 2002-2009, 2013 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the ab...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/itab.c
C
/* itab.c -- generated by udis86:scripts/ud_itab.py, do no edit */ #include "decode.h" #define GROUP(n) (0x8000 | (n)) #define INVALID 0 const uint16_t ud_itab__0[] = { /* 0 */ 15, 16, 17, 18, /* 4 */ 19, 20, GROUP(1), GROUP(2), /* 8 */ 96...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/itab.h
C/C++ Header
#ifndef UD_ITAB_H #define UD_ITAB_H /* itab.h -- generated by udis86:scripts/ud_itab.py, do no edit */ /* ud_table_type -- lookup table types (see decode.c) */ enum ud_table_type { UD_TAB__OPC_VEX, UD_TAB__OPC_TABLE, UD_TAB__OPC_X87, UD_TAB__OPC_MOD, UD_TAB__OPC_RM, UD_TAB__OPC_OSIZE, UD_T...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/syn-att.c
C
/* udis86 - libudis86/syn-att.c * * Copyright (c) 2002-2009 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above c...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/syn-intel.c
C
/* udis86 - libudis86/syn-intel.c * * Copyright (c) 2002-2013 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/syn.c
C
/* udis86 - libudis86/syn.c * * Copyright (c) 2002-2013 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyr...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/syn.h
C/C++ Header
/* udis86 - libudis86/syn.h * * Copyright (c) 2002-2009 * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, ...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/types.h
C/C++ Header
/* udis86 - libudis86/types.h * * Copyright (c) 2002-2013 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above cop...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/udint.h
C/C++ Header
/* udis86 - libudis86/udint.h -- definitions for internal use only * * Copyright (c) 2002-2009 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/libudis86/udis86.c
C
/* udis86 - libudis86/udis86.c * * Copyright (c) 2002-2013 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above co...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/udcli/udcli.c
C
/* udis86 - udcli/udcli.c * * Copyright (c) 2002-2013 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyrig...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/utils/disassembly/udis86/udis86.h
C/C++ Header
/* udis86 - udis86.h * * Copyright (c) 2002-2009 Vivek Thampi * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright no...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/win-wrapper/reg-wrapper.cpp
C++
#include <Windows.h> #include "reg-wrapper.h" #include <shlwapi.h> #include <algorithm> #pragma comment(lib, "shlwapi.lib") namespace UNONE { // RegKey ---------------------------------------------------------------------- RegistryKey::RegistryKey() : key_(NULL) , watch_event_(NULL) { } RegistryKey::RegistryKey(...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/win-wrapper/reg-wrapper.h
C/C++ Header
#ifndef _UNONE_REGISTRY_H_ #define _UNONE_REGISTRY_H_ #pragma once #include <windows.h> #include <string> #include <vector> namespace UNONE { // Utility class to read, write and manipulate the Windows Registry. // Registry vocabulary primer: a "key" is like a folder, in which there // are "values", which are <name, d...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/win-wrapper/win-wrapper.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/common/win-wrapper/win-wrapper.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/driver/driver.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/driver/driver.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/kernel.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/kernel.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/memory/memory.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/memory/memory.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/network/include/fwpmtypes.h
C/C++ Header
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 7.00.0555 */ /* Compiler settings for fwpmtypes.idl: Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555 protocol : dce , ms_ext, c_ext, robust error checks: allocation ref b...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/network/include/fwpmu.h
C/C++ Header
/* Copyright (c) Microsoft Corporation SYNOPSIS Declares the management portion of the FWP API. */ #if (NTDDI_VERSION >= NTDDI_WIN6) /////////////////////////////////////////////////////////////////////////////// // // GUIDs for built-in layers. // ////////////////////////////////////////////////////////...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/network/include/fwptypes.h
C/C++ Header
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 7.00.0555 */ /* Compiler settings for fwptypes.idl: Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555 protocol : dce , ms_ext, c_ext, robust error checks: allocation ref bo...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/network/include/fwpvi.h
C/C++ Header
/* Copyright (c) Microsoft Corporation SYNOPSIS Declares version independent definitions for the FWP API. */ #include "sdkddkver.h" #if (NTDDI_VERSION >= NTDDI_WIN6) #ifndef FWPVI_H #define FWPVI_H /////////////////////////////////////////////////////////////////////////////// // // Version independent d...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/network/include/iketypes.h
C/C++ Header
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 7.00.0555 */ /* Compiler settings for iketypes.idl: Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555 protocol : dce , ms_ext, c_ext, robust error checks: allocation ref bo...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/network/network.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/network/network.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/notify/notify.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/notify/notify.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/object/object.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/object/object.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/storage/storage.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/storage/storage.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/wingui/wingui.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/kernel/wingui/wingui.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/main.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/openark/openark.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/openark/openark.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/openark_zh.ts
TypeScript
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="zh_CN"> <context> <name>About</name> <message> <location filename="ui/about.ui" line="14"/> <source>About...</source> <translation>关于...</translation> </message> <message> <location filename=...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/process-mgr/process-mgr.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/process-mgr/process-mgr.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/process-mgr/process-properties.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/process-mgr/process-properties.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/process-mgr/process-selection.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/process-mgr/process-selection.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/reverse/reverse.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/reverse/reverse.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/scanner/scanner.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/scanner/scanner.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/settings/settings.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/settings/settings.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/utilities/utilities.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArk/utilities/utilities.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-driver/api-driver.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-driver/api-driver.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-memory/api-memory.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-memory/api-memory.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-network/api-network.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-network/api-network.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-notify/api-notify.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-notify/api-notify.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-object/api-object.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-object/api-object.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-process/api-process.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-process/api-process.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-storage/api-storage.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-storage/api-storage.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-wingui/api-wingui.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/api-wingui/api-wingui.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/arkdrv-api.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/arkdrv-api/arkdrv-api.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/common/c-assist.c
C
#include "c-assist.h" VOID MmEnableWP() { SIZE_T cr0 = (SIZE_T)__readcr0(); cr0 |= 0x10000; __writecr0(cr0); } VOID MmDisableWP() { SIZE_T cr0 = (SIZE_T)__readcr0(); cr0 &= ~((SIZE_T)1 << 16); __writecr0(cr0); } VOID MmWriteProtectOn(IN KIRQL Irql) { SIZE_T cr0 = (SIZE_T)__readcr0(); cr0 |= 0x10000; #ifdef _...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/common/c-assist.h
C/C++ Header
#pragma once #include <ntifs.h> EXTERN_C VOID MmEnableWP(); EXTERN_C VOID MmDisableWP(); EXTERN_C VOID MmWriteProtectOn(IN KIRQL Irql); EXTERN_C KIRQL MmWriteProtectOff();
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/common/common.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/common/common.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/driver-entry.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/kdriver/kdriver.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/kdriver/kdriver.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/kmemory/kmemory.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/kmemory/kmemory.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/knotify/knotify.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/knotify/knotify.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/knotify/notify-lib.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/knotify/notify-lib.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/kobject/kobject.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/kobject/kobject.h
C/C++ Header
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong
src/OpenArkDrv/kprocess/kprocess.cpp
C++
/**************************************************************************** ** ** Copyright (C) 2019 BlackINT3 ** Contact: https://github.com/BlackINT3/OpenArk ** ** GNU Lesser General Public License Usage (LGPL) ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License versi...
wsdjeg/OpenArk-backup
0
C++
wsdjeg
Eric Wong