Motiejus Jakštys
|
4e36d7850e
|
rewrite shells
- Shell is up to 256 bytes long.
- Store up to 255 shells in the Shells area.
- Remove padding from the User struct.
|
2022-03-17 17:07:33 +01:00 |
Motiejus Jakštys
|
85552c1302
|
make section names more consistent
|
2022-03-17 06:26:08 +01:00 |
Motiejus Jakštys
|
5ee8469ec5
|
tidy up the header structure
|
2022-03-17 06:10:39 +01:00 |
Motiejus Jakštys
|
d526f1fab8
|
fix shell unit test
|
2022-03-16 07:12:35 +02:00 |
Motiejus Jakštys
|
c721fa6d5d
|
split bdz int and str tests
|
2022-03-16 07:08:57 +02:00 |
Motiejus Jakštys
|
e142621753
|
nits in tests
|
2022-03-16 06:59:12 +02:00 |
Motiejus Jakštys
|
9c2f0969dc
|
sections: gc on error
|
2022-03-16 06:57:35 +02:00 |
Motiejus Jakštys
|
8a4bb62613
|
shr user and group offsets
by 3 bits, all of them.
|
2022-03-15 10:56:50 +02:00 |
Motiejus Jakštys
|
249cdb1a31
|
remove corpus.users and corpus.groups
These use cases are now fully replaced with MultiArrayList
|
2022-03-15 10:07:05 +02:00 |
Motiejus Jakštys
|
0a0559824a
|
Bdz index helper
|
2022-03-15 08:09:28 +02:00 |
Motiejus Jakštys
|
92ee170d54
|
bdz/cmph nits
|
2022-03-15 06:35:48 +02:00 |
Motiejus Jakštys
|
6bf3e10eed
|
test packed users iterator
|
2022-03-15 06:27:03 +02:00 |
Motiejus Jakštys
|
2c4e61d0ed
|
remove redundant sections
|
2022-03-13 14:22:49 +02:00 |
Motiejus Jakštys
|
3b2f135d5c
|
refactor ShellReader, so it can be included
|
2022-03-10 19:20:25 +02:00 |
Motiejus Jakštys
|
1751f6c996
|
replace PackedUserHash with simple PackedUser
passing hashes is OK
|
2022-03-10 19:20:25 +02:00 |
Motiejus Jakštys
|
c78a2c0def
|
Implement Groupmembers and Groups section without tests
|
2022-03-10 19:20:25 +02:00 |
Motiejus Jakštys
|
d6ba7bed63
|
group_members
|
2022-03-10 19:20:25 +02:00 |
Motiejus Jakštys
|
4cc655de24
|
store members_offset as a varint
|
2022-03-10 13:02:38 +02:00 |
Motiejus Jakštys
|
ba56ff8d3b
|
user gids are unpadded
|
2022-03-10 13:02:38 +02:00 |
Motiejus Jakštys
|
8fbd605b8d
|
use Multi where appropriate
|
2022-03-10 13:02:38 +02:00 |
Motiejus Jakštys
|
15e018389a
|
username2groups -> user2groups
|
2022-03-10 13:02:38 +02:00 |
Motiejus Jakštys
|
c79741f4e2
|
groupname2users -> group2users
|
2022-03-10 13:02:38 +02:00 |
Motiejus Jakštys
|
9aa52e5a69
|
offsets are u64, indices are u32
|
2022-03-10 13:02:38 +02:00 |
Motiejus Jakštys
|
fc469acbf9
|
offsets are u64
|
2022-03-10 13:02:38 +02:00 |
Motiejus Jakštys
|
d2ace3e125
|
remove redundant fields
|
2022-03-10 13:02:38 +02:00 |
Motiejus Jakštys
|
9bf0a35689
|
add a struct for all sections
|
2022-03-10 13:02:38 +02:00 |
Motiejus Jakštys
|
24d984d712
|
bdz.search_u32: search directly
|
2022-03-06 18:18:35 +02:00 |
Motiejus Jakštys
|
c6a133d175
|
another completed section
|
2022-03-06 18:03:22 +02:00 |
Motiejus Jakštys
|
1caf3f1184
|
some explicit errors in function signatures
|
2022-03-06 18:01:52 +02:00 |
Motiejus Jakštys
|
d3be68b51d
|
generalize Shell2Index for hash and test stubs
|
2022-03-06 17:55:29 +02:00 |
Motiejus Jakštys
|
a6349cd114
|
wip writing of users
|
2022-03-06 13:11:06 +02:00 |
Motiejus Jakštys
|
e3fd1c833c
|
userGids unit test
|
2022-03-06 09:57:44 +02:00 |
Motiejus Jakštys
|
efd3cfc367
|
expose `len` to the delta-compressed iterator
|
2022-03-06 09:39:18 +02:00 |
Motiejus Jakštys
|
039aeb80dd
|
delta decompression iterator
|
2022-03-06 06:37:24 +02:00 |
Motiejus Jakštys
|
ec95b231fa
|
varint iterator
|
2022-03-05 10:19:42 +02:00 |
Motiejus Jakštys
|
e17b2c9641
|
expose native shell sections
|
2022-03-05 06:08:01 +02:00 |
Motiejus Jakštys
|
869f3f3a65
|
less memory thrashing
|
2022-03-05 05:40:00 +02:00 |
Motiejus Jakštys
|
87c424aab9
|
get rid of Corpus struct
it had some non-useful internal state
|
2022-03-04 11:12:04 +02:00 |
Motiejus Jakštys
|
b81072f726
|
add usergids
|
2022-03-04 10:55:09 +02:00 |
Motiejus Jakštys
|
a4e3e08f5f
|
packing shell sections
|
2022-03-03 18:05:46 +02:00 |
Motiejus Jakštys
|
e1bdb6c529
|
more robust bdz for numbers + helpers
|
2022-03-03 11:32:12 +02:00 |
Motiejus Jakštys
|
4fc54e5b65
|
[Section] slices instead of ArrayLists
It will need to be only indexed and interated anyway.
|
2022-03-02 07:15:08 +02:00 |
Motiejus Jakštys
|
9721e1be7f
|
start with real sections
|
2022-03-02 06:50:15 +02:00 |
Motiejus Jakštys
|
a526379fd8
|
cosmetic changes
|
2022-03-02 06:18:19 +02:00 |
Motiejus Jakštys
|
0ccbdc4215
|
indentation
|
2022-03-02 06:07:07 +02:00 |
Motiejus Jakštys
|
9392922216
|
some negative tests
|
2022-03-02 06:02:45 +02:00 |
Motiejus Jakštys
|
321d1f6afd
|
sort and use unmanaged ArrayLists
|
2022-03-02 06:02:04 +02:00 |
Motiejus Jakštys
|
e5870a95fe
|
make corpus smoke test pass
|
2022-03-02 05:42:23 +02:00 |
Motiejus Jakštys
|
3c4455efeb
|
cloning users and groups
|
2022-03-01 15:03:51 +02:00 |
Motiejus Jakštys
|
7df1296ce1
|
corpus test passing
|
2022-03-01 05:47:44 +02:00 |