GravisZro
|
1618040db5
|
Replace "unsigned char" with "uint8_t"
|
2024-05-23 22:58:46 -04:00 |
|
Azamat H. Hackimov
|
d3a2161ceb
|
Extending HogMaker functionality
Add access to private fields and simplify HOG creation. HogFileEntry now contains path to real file that allows change its attributes internally.
|
2024-05-07 19:13:50 +03:00 |
|
Thomas Otto
|
86d9fb8c13
|
HogMaker: don't modify data when printing it
- Create reserved bytes when constructing HogHeader
- Only byteswap a copy of the data
- Other small cleanups
|
2024-04-22 21:51:49 +02:00 |
|
Azamat H. Hackimov
|
e8809973b8
|
Replace vector with array
Arrays has fixed length, that prevents of possibility accidentally expand them.
|
2024-04-22 03:27:17 +03:00 |
|
Azamat H. Hackimov
|
6352ab21b9
|
Fix possible heap buffer overflow
Strict size of name of entry with 36 bytes.
Thanks to MaddTheSane for pointing out.
|
2024-04-22 02:37:42 +03:00 |
|
Azamat H. Hackimov
|
fb0dabc367
|
Implementing HogMaker replacement of HogUtils
Currently, this tool can make only create HOG from list of files taken from text file (one line per file).
|
2024-04-21 19:15:23 +03:00 |
|