Some notes, tools, and techniques for reverse engineering macOS binaries.
| http://www.rijksoverheid.nl | |
| http://www.rivm.nl | |
| http://coronadashboard.rijksoverheid.nl | |
| http://www.nederlandwereldwijd.nl | |
| http://www.government.nl | |
| http://lci.rivm.nl | |
| http://www.rvo.nl | |
| http://www.defensie.nl | |
| http://www.werkenvoornederland.nl | |
| http://www.rijkswaterstaat.nl |
| # Author: 1ikeadragon, for GAMERANT | |
| param ( | |
| $InputFile = "BlockList.txt", | |
| $RuleName, | |
| $ProfileType = "any", | |
| $InterfaceType = "any" | |
| ) | |
| $file = get-item $InputFile -ErrorAction SilentlyContinue | |
| if (-not $file) { |
When modifying code, configuration, infrastructure, or dependencies, apply these principles before making changes. Assume hostile input, compromised dependencies, misconfigured infrastructure, and least privilege by default.
Before writing or modifying code, identify:
- What crosses a trust boundary?
- User input → backend
name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays