Pete Markowsky

Results 30 issues of Pete Markowsky

The sync protocol's PostFlight step should be extended for a client to indicate that it received an unenforceable rule. In some situations a sync service might push a policy for...

enhancement

Webasm / Dash is based on an old project and has had a lot of material gutted. We need to ensure that the docs and docstrings are up to date.

bug

The [idaref project](https://github.com/nologic/idaref) has a nice set of documentation for our supported ISAs it'd be great to be able to integrate this as tool tips if you were to hover...

enhancement

Currently there's some interface glitches that are preventing us from deleting selected rows. This needs to be fixed so that one can easily delete rows.

bug

Occasionally it becomes really useful to be able to insert large numbers of the same instruction e.g. NOPs for NOP sled like things. As such it would be nice to...

enhancement

Currently there's no way in dash to support mixed mode assembly such as mixing 32-bit ARMv7 and thumb code which is possible with a bx/blx instruction. As such dash needs...

enhancement

Often when analyzing or debugging assembly code it's useful to know which instructions affected the operands / state of the cpu for the current instruction your examining. To make this...

enhancement

Currently we're not using a unit testing framework and this is generally bad practice. So this needs to be avoided. Furthermore since github makes it easy we can integrate this...

It would be nice to have a filter that allows you to decide which events are / are not logged into the logs in `/var/db/santa/`. I propose but am not...

Currently our docs, daemon names, and launchd service labels don't all match e.g. we use `santad` in docs when referring to the daemon, it's label is `com.google.santad` and its binary...