Commit Graph
6 Commits
Author SHA1 Message Date
Mike Auty 29d41470a4 Mass reformat of typing imports
Relented on the strict import of direct objects/classes for the typing
module only.  Typing module components can be directly imported because
it makes the code really painful to read and write otherwise.

This is still in-line with the python style guide adopted from Google at
http://google.github.io/styleguide/pyguide.html section 2.2.
2018-12-16 13:04:22 +00:00
Mike Auty dfe2f86fe2 Lots and lots of typing additions found by an initial monkeytype run. 2018-12-13 23:46:37 +00:00
Mike Auty 918653e398 Convert aslr_mask_symbol_table to more parameterized form. 2018-12-08 17:55:13 +00:00
Mike Auty f1780bc547 Use constants.BANG (plus pycharm autoreformat). 2018-12-08 17:34:48 +00:00
Andrew Caseandikelos dc91a16a2f update check syscall 2018-12-08 17:34:48 +00:00
Andrew Caseandikelos 72798d3187 Add linux system call checking plugin 2018-12-08 17:34:48 +00:00