Skip to content

Instantly share code, notes, and snippets.

View leopucci's full-sized avatar
🏠
Working from home

Leonardo Pucci leopucci

🏠
Working from home
View GitHub Profile
@leopucci
leopucci / auditmap.go
Last active April 16, 2019 10:38
Windows 10 msobjs.dll audit list converted to go map
auditMessageMap := map[int]string{
279: "Undefined Access (no effect) Bit 7",
1536: "Unused message ID",
1537: "DELETE",
1538: "READ_CONTROL",
1539: "WRITE_DAC",
1540: "WRITE_OWNER",
1541: "SYNCHRONIZE",
1542: "ACCESS_SYS_SEC",
1543: "MAX_ALLOWED",