summaryrefslogtreecommitdiff
path: root/apf_interpreter.c
AgeCommit message (Expand)Author
2019-10-14Print disassembled code in apf_run.Lorenzo Colitti
2019-02-12Add basic execution tracing support to apf_runBernie Innocenti
2018-04-19apf: Tweak the interpreter data addressing schemeandroid-wear-p-preview-2android-p-preview-3android-p-preview-2android-o-mr1-iot-release-1.0.0android-n-iot-release-lg-thinq-wk7Bernie Innocenti
2018-04-02apf: Fix bound-checking to allow accessing the last data byte.Bernie Innocenti
2018-03-30Add APF opcodes to read/write data memory (take 2)Bernie Innocenti
2018-03-30Revert "Add APF opcodes to read and write data memory."Bernie Innocenti
2018-03-28Add APF opcodes to read and write data memory.Bernie Innocenti
2016-05-10Add APF disassembler for testing purposes.Paul Jensen
2016-02-12Make APF interpreter compile without C99 features.Paul Jensen
2016-02-02Avoid compiler errors and enforce all warnings/errors.Paul Jensen
2016-01-29Android packet filter interpreterPaul Jensen