Skip to content

Commit a8e16c8

Browse files
committed
add some keywords
1 parent 3bfaf4b commit a8e16c8

File tree

13 files changed

+146
-3
lines changed

13 files changed

+146
-3
lines changed
Binary file not shown.

CodeConfusing/Debug/CodeConfusing.app/Contents/Resources/reskeys.txt

+69
Original file line numberDiff line numberDiff line change
@@ -10374,6 +10374,9 @@ isSecure
1037410374
top
1037510375
origin
1037610376
vertices
10377+
compress
10378+
compress2
10379+
get_crc_table
1037710380
uncompress
1037810381
send
1037910382
recv
@@ -10571,10 +10574,76 @@ ftell
1057110574
fwrite
1057210575
strcmp
1057310576
strchr
10577+
strrchr
1057410578
strstr
1057510579
strncpy
1057610580
strobe
1057710581
strtoul
1057810582
strtoull
1057910583
puts
1058010584
gets
10585+
va_list
10586+
va_start
10587+
inflateEnd
10588+
inflateCopy
10589+
deflateEnd
10590+
deflateInit_
10591+
inflateInit_
10592+
inflateInit2_
10593+
deflateInit2_
10594+
deflateReset
10595+
deflateParams
10596+
inflateSync
10597+
inflateSyncPoint
10598+
inflateReset
10599+
inflateSetDictionary
10600+
Byte
10601+
uInt
10602+
Bytef
10603+
charf
10604+
uLong
10605+
intf
10606+
uIntf
10607+
uLongf
10608+
voidpf
10609+
voidp
10610+
tolower
10611+
toupper
10612+
isalnum
10613+
isalpha
10614+
isblank
10615+
iscntrl
10616+
isdigit
10617+
isgraph
10618+
islower
10619+
isprint
10620+
ispunct
10621+
isspace
10622+
isupper
10623+
isxdigit
10624+
db
10625+
mkdir
10626+
fgets
10627+
fputs
10628+
putc
10629+
fputc
10630+
fprintf
10631+
fgetc
10632+
fflush
10633+
fgetpos
10634+
feof
10635+
freopen
10636+
fscanf
10637+
fsetpos
10638+
fwrite
10639+
getc
10640+
getchar
10641+
perror
10642+
putchar
10643+
remove
10644+
rename
10645+
rewind
10646+
scanf
10647+
setbuf
10648+
setvbuf
10649+
sscanf

CodeConfusing/Debug/CodeConfusing.app/Contents/_CodeSignature/CodeResources

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</data>
1111
<key>Resources/reskeys.txt</key>
1212
<data>
13-
wEx4UMN+mPisFRr8SF8ILrFL5rg=
13+
u+A3GHFotH01yQHyp+lNZQ9o1F8=
1414
</data>
1515
</dict>
1616
<key>files2</key>
@@ -30,11 +30,11 @@
3030
<dict>
3131
<key>hash</key>
3232
<data>
33-
wEx4UMN+mPisFRr8SF8ILrFL5rg=
33+
u+A3GHFotH01yQHyp+lNZQ9o1F8=
3434
</data>
3535
<key>hash2</key>
3636
<data>
37-
BW18mPgFM/oi4QH1urr2kgWoeVLyS27cWJdo+HV67PE=
37+
5tD0HdgTEBRWEYYi6K48Y90VU0E/gG2A2RTlnPxerZM=
3838
</data>
3939
</dict>
4040
</dict>

CodeConfusing/cppparser.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ bool CppParser::handleCppIdentify(ClassModel &classModel)
10561056
if(lowercase_idt_str.find("#define") != string::npos ||
10571057
lowercase_idt_str.find("=") != string::npos ||
10581058
lowercase_idt_str.find(";") != string::npos ||
1059+
lowercase_idt_str.find("),") != string::npos ||
10591060
lowercase_idt_str.find("export ") != string::npos ||
10601061
lowercase_idt_str.find("extern ") != string::npos)
10611062
{

CodeConfusing/reskeys.txt

+73
Original file line numberDiff line numberDiff line change
@@ -10374,6 +10374,9 @@ isSecure
1037410374
top
1037510375
origin
1037610376
vertices
10377+
compress
10378+
compress2
10379+
get_crc_table
1037710380
uncompress
1037810381
send
1037910382
recv
@@ -10571,10 +10574,80 @@ ftell
1057110574
fwrite
1057210575
strcmp
1057310576
strchr
10577+
strrchr
1057410578
strstr
1057510579
strncpy
1057610580
strobe
1057710581
strtoul
1057810582
strtoull
1057910583
puts
1058010584
gets
10585+
va_list
10586+
va_start
10587+
inflateEnd
10588+
inflateCopy
10589+
deflateEnd
10590+
deflateInit_
10591+
inflateInit_
10592+
inflateInit2_
10593+
deflateInit2_
10594+
deflateReset
10595+
deflateParams
10596+
inflateSync
10597+
inflateSyncPoint
10598+
inflateReset
10599+
inflateSetDictionary
10600+
Byte
10601+
uInt
10602+
Bytef
10603+
charf
10604+
uLong
10605+
intf
10606+
uIntf
10607+
uLongf
10608+
voidpf
10609+
voidp
10610+
tolower
10611+
toupper
10612+
isalnum
10613+
isalpha
10614+
isblank
10615+
iscntrl
10616+
isdigit
10617+
isgraph
10618+
islower
10619+
isprint
10620+
ispunct
10621+
isspace
10622+
isupper
10623+
isxdigit
10624+
db
10625+
mkdir
10626+
fgets
10627+
fputs
10628+
putc
10629+
fputc
10630+
fprintf
10631+
fgetc
10632+
fflush
10633+
fgetpos
10634+
feof
10635+
freopen
10636+
fscanf
10637+
fsetpos
10638+
fwrite
10639+
getc
10640+
getchar
10641+
perror
10642+
putchar
10643+
remove
10644+
rename
10645+
rewind
10646+
scanf
10647+
setbuf
10648+
setvbuf
10649+
sscanf
10650+
wsprintf
10651+
uint8
10652+
uint32
10653+
uint64
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)