Translated ['macos-hardening/macos-security-and-privilege-escalation/mac

This commit is contained in:
carlospolop 2023-06-24 20:12:16 +02:00
parent c14822ce7a
commit c1f39630a3

23
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,23 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "scripts/translator.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
"--language", "Spanish",
"--branch", "es",
"--api-key", "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",
"-f", "macos-hardening/macos-security-and-privilege-escalation/mac-os-architecture/macos-kernel-extensions.md , ",
"-t", "3"
]
}
]
}