Mattias Wadman
b157751a0a
mp4: Reformat and use dv in test
2022-03-01 11:59:28 +01:00
Mattias Wadman
2a252f9591
Merge pull request #176 from wader/mp4-colr
...
mp4: Add colr box support
2022-03-01 11:54:31 +01:00
Mattias Wadman
f8690e6c59
mp4: Add colr box support
2022-03-01 11:43:50 +01:00
Mattias Wadman
7e51e740ff
Merge pull request #175 from wader/doc-tweak-format-diagram
...
doc: Tweak format diagram
2022-02-28 10:48:53 +01:00
Mattias Wadman
d3397cf9e7
doc: Tweak format diagram
2022-02-28 10:42:39 +01:00
Mattias Wadman
3e78395a4e
Merge pull request #174 from wader/doc-regenerate
...
doc: Regenerate after macho merge
2022-02-28 10:32:53 +01:00
Mattias Wadman
758b2d0e34
doc: Regenerate after macho merge
2022-02-28 10:28:21 +01:00
Mattias Wadman
e0f493fa0b
Merge pull request #51 from Akaame/43_macho_support
...
[WIP] 43: Initial impl for macho support.
2022-02-28 10:22:50 +01:00
siddik.acil
b0911af204
macho: docs review changes
2022-02-27 19:31:18 +01:00
siddik.acil
04eae939eb
macho: add basic docs
2022-02-26 19:58:40 +01:00
Mattias Wadman
4798917ae3
Merge pull request #173 from wader/intepr-finally-improv
...
interp: Make _finally handle null, call fin once and last
2022-02-24 18:46:03 +01:00
Mattias Wadman
f66f115e11
interp: Make _finally handle null, call fin once and last
...
null value from f did not call fin.
fin was not always called last
Now fin is onyl called once
Might be cause of some weird repl bugs.
2022-02-24 18:39:03 +01:00
Mattias Wadman
9fe90927ee
Merge pull request #172 from wader/interp-skip-redundant-inclues
...
interp: Skip redundant includes
2022-02-24 12:48:27 +01:00
Mattias Wadman
03f450f82e
interp: Skip redundant includes
...
Speeds up interp quite a bit.
Also good as i've start to use more includes to make code easier to follow
where thigns come from and also makes jq-lsp happier.
Also rename evalContext to evalInstace to make it less confused with context.
2022-02-24 12:44:26 +01:00
Mattias Wadman
9faa793597
Merge pull request #171 from wader/fuzz-more-seeds
...
fuzz: Include more testdata seed files
2022-02-22 01:12:27 +01:00
Mattias Wadman
206dcd02a1
fuzz: Include more testdata seed files
2022-02-22 01:04:58 +01:00
siddik.acil
2e7767cd05
macho: remake docs
2022-02-21 20:33:30 +01:00
siddik.acil
228757b92a
macho: review fixes
2022-02-21 20:32:18 +01:00
siddik.acil
78699f3ace
macho: parse flags individually
2022-02-21 20:32:18 +01:00
siddik.acil
3991c51ab5
macho: handle unknown lc_commands better
2022-02-21 20:32:18 +01:00
siddik.acil
ef2919b300
macho: introduce arm and fat tests
2022-02-21 20:32:18 +01:00
siddik.acil
d1f093ce80
macho: fix fat header decode bug
2022-02-21 20:32:18 +01:00
siddik.acil
d47e04c494
fixup! macho: CPU_SUBTYPE_MULTIPLE and TYPE_ALL are 0xff_ff_ff_ff
2022-02-21 20:32:18 +01:00
siddik.acil
c5918d234b
macho: CPU_SUBTYPE_MULTIPLE and TYPE_ALL are 0xff_ff_ff_ff
2022-02-21 20:32:18 +01:00
siddik.acil
5ee9a23c14
macho: review fixes
2022-02-21 20:32:18 +01:00
siddik.acil
5c97420989
macho: TS string to UTC
2022-02-21 20:32:18 +01:00
siddik.acil
2ccb8087b0
macho: update test cases v to dv
2022-02-21 20:32:18 +01:00
siddik.acil
e3daee7d94
macho: simplify thread state decoder
2022-02-21 20:32:18 +01:00
siddik.acil
70c9d5196c
macho: thread state visualization
2022-02-21 20:32:18 +01:00
siddik.acil
a4789dc18f
macho: timestamp mapper
2022-02-21 20:32:18 +01:00
siddik.acil
66feebc565
macho: change parseFlags impl for ordered results
2022-02-21 20:32:18 +01:00
siddik.acil
74abe99095
macho: update tests
...
parseFlags reorders flags every time the program is executed which is non-deterministic as golang maps are unordered.
2022-02-21 20:32:18 +01:00
siddik.acil
a86e704310
macho: add section type parsing
2022-02-21 20:32:18 +01:00
siddik.acil
20e5be3f57
macho: delete ar decoder code
2022-02-21 20:32:18 +01:00
siddik.acil
5a48cb30a6
macho: refactor prebound_dylib
2022-02-21 20:32:18 +01:00
siddik.acil
4016ad0ba3
macho: parse segment section flags
2022-02-21 20:32:18 +01:00
siddik.acil
a29bfca5ad
macho: expand filetypes and header flags
2022-02-21 20:32:17 +01:00
siddik.acil
98c9840d52
macho: linting changes for ar parse
2022-02-21 20:32:17 +01:00
siddik.acil
3334750328
macho: reuse ar decoder
2022-02-21 20:32:17 +01:00
siddik.acil
e199d2190f
macho: basic impl for ar and fat file parsing
...
untested
2022-02-21 20:32:17 +01:00
siddik.acil
5c5bd87914
macho: add fqtest actualization
...
leave libbbb.a out
2022-02-21 20:32:17 +01:00
siddik.acil
0d648928ce
macho: fix null in segname sectname
...
add OPCODE_DECODER comment for future
2022-02-21 20:32:17 +01:00
siddik.acil
141a8e84be
macho: mach_header_X to header
...
arch_bits as value fields
2022-02-21 20:32:17 +01:00
siddik.acil
2638f419eb
macho: add darwin_amd64 tests
2022-02-21 20:32:17 +01:00
siddik.acil
70b84cded9
macho: ntools fix LC_MAIN fix
2022-02-21 20:32:17 +01:00
siddik.acil
efdd0bf5e8
macho: discard lc_ and lowercase command names
2022-02-21 20:32:17 +01:00
siddik.acil
2021b05408
macho: make actual
2022-02-21 20:32:17 +01:00
siddik.acil
5e95d1c3fe
macho: add cpuSubTypes
2022-02-21 20:32:17 +01:00
siddik.acil
fb0654ec7a
macho: fix FieldUTF8NullFixedLen for segname
2022-02-21 20:32:17 +01:00
siddik.acil
9eb71dc662
macho: generate doc via make doc
2022-02-21 20:32:13 +01:00