index
:
sinitax/enowars5-service-stldoctor
master
STL-Analyzing A/D Service for ENOWARS5 in 2021
Louis Burda
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
service
/
src
/
stlfile.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
consider matching of terminator in strchr calls
Louis Burda
2021-05-22
1
-11
/
+17
|
*
fixed checker havocid to be compatible with where they were used without ↵
Louis Burda
2021-05-20
1
-1
/
+2
|
|
|
|
triggering exploits
*
enhanced checker functionality and minor changes / fixes in documentation ↵
Louis Burda
2021-05-19
1
-1
/
+1
|
|
|
|
and src
*
seperated modelname and solidname handling
Louis Burda
2021-05-18
1
-12
/
+33
|
*
renamed to STLDoctor
Louis Burda
2021-05-17
1
-4
/
+4
|
*
added cleanup script, improved poc test, addec echo for debugging and small ↵
Louis Burda
2021-05-13
1
-1
/
+1
|
|
|
|
fixes
*
made docker setup more stable + small fixes
Louis Burda
2021-05-11
1
-2
/
+5
|
*
extended query function to load file info, added poc test
Louis Burda
2021-05-10
1
-8
/
+16
|
*
save scan info and model, added vuln in load info, small tweaks
Louis Burda
2021-05-10
1
-30
/
+78
|
|
|
|
create result directory with serialized info struct and model file after successful scan, dont modify the stl file contents during parsing, EOF getc vuln to truncate loaded hash added in load_info
*
added bounding box calculation
Louis Burda
2021-05-09
1
-10
/
+29
|
*
save hash statically, added file info output, improved error strings and ↵
Louis Burda
2021-05-09
1
-23
/
+59
|
|
|
|
minor fixes
*
further improved parsing and related tests
Louis Burda
2021-05-04
1
-57
/
+109
|
*
improved parsing for ascii stl and added sample file for testing
Louis Burda
2021-05-03
1
-34
/
+73
|
*
fixed Makefile and extended ascii parsing structure
Louis Burda
2021-04-29
1
-4
/
+57
|
*
very basic binary file parsing and skeleton for state-machine based parsing ↵
Louis Burda
2021-04-29
1
-4
/
+105
|
|
|
|
of ascii format
*
basic service structure and docker setup
Louis Burda
2021-04-29
1
-0
/
+12
|
*
added sample service templates, basic service outline and moved service info ↵
Louis Burda
2021-04-28
1
-0
/
+4
to documentation dir