Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
PatoFlamejanteTV
/
MalwareSource
like
1
Modalities:
Image
Text
Formats:
text
Languages:
English
Russian
Size:
< 1K
Tags:
code
Libraries:
Datasets
Croissant
License:
unknown
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
MalwareSource
/
src
/
BabukRansomwareSourceCode-main
/
windows
/
Decryptor
/
args.h
PatoFlamejanteTV
Add files using upload-large-folder tool
21caab1
verified
9 days ago
raw
Copy download link
history
blame
contribute
delete
273 Bytes
#
ifndef
ARGS_H
#
define
ARGS_H
#
include
<stdbool.h>
#
include
<stdio.h>
bool
argz_option
(
int
argc,
wchar_t
* argv[],
const
wchar_t
* option)
;
wchar_t
*
argz_arg
(
int
argc,
wchar_t
* argv[],
int
index)
;
wchar_t
*
argz_value
(
int
argc,
wchar_t
* argv[],
const
wchar_t
* key)
;
#
endif