mutant

所属分类:加密解密
开发工具:GO
文件大小:172213KB
下载次数:0
上传日期:2022-12-13 16:51:02
上 传 者sh-1993
说明:  Mutant是一种开源的垃圾收集编程语言,它试图在默认情况下启用安全性。
(Mutant is an open-source, garbage-collected programming language that tries to enable security by default.)

文件列表:
LICENSE (1069, 2022-12-14)
ast (0, 2022-12-14)
ast\arrayLiteral.go (544, 2022-12-14)
ast\ast.go (533, 2022-12-14)
ast\ast_test.go (580, 2022-12-14)
ast\blockStatement.go (416, 2022-12-14)
ast\boolean.go (274, 2022-12-14)
ast\callExpression.go (595, 2022-12-14)
ast\expStatement.go (415, 2022-12-14)
ast\functionLiteral.go (750, 2022-12-14)
ast\hashLiteral.go (558, 2022-12-14)
ast\ident.go (290, 2022-12-14)
ast\ifExpression.go (625, 2022-12-14)
ast\indexExpression.go (497, 2022-12-14)
ast\infixExpression.go (540, 2022-12-14)
ast\integerLiteral.go (303, 2022-12-14)
ast\letStatement.go (544, 2022-12-14)
ast\macroLiteral.go (641, 2022-12-14)
ast\modify.go (1950, 2022-12-14)
ast\modify_test.go (3091, 2022-12-14)
ast\prefixExpression.go (496, 2022-12-14)
ast\returnStatement.go (508, 2022-12-14)
ast\stringLiteral.go (305, 2022-12-14)
binformat (0, 2022-12-14)
binformat\darwin_amd_x64.go (32183874, 2022-12-14)
binformat\linux_amd_x64.go (31866921, 2022-12-14)
binformat\linux_arm_x64.go (31806849, 2022-12-14)
binformat\linux_arm_x86.go (31632086, 2022-12-14)
binformat\linux_x86.go (31517395, 2022-12-14)
binformat\windows_amd_x64.go (32082647, 2022-12-14)
binformat\windows_arm_x86.go (31767940, 2022-12-14)
binformat\windows_x86.go (31722881, 2022-12-14)
cli (0, 2022-12-14)
cli\cli.go (1264, 2022-12-14)
code (0, 2022-12-14)
code\code.go (4239, 2022-12-14)
code\code_test.go (2161, 2022-12-14)
... ...

# The [mutant](https://mudocs.netlify.app) Programming Language mutant is an open source programming language whose aim is to provide an accessible, secure system for programming & security research. # Key features of mutant 1. KISS: The language is simple enough to be learnt in under an hour 2. Compile time & Runtime Security: Encrypted byte code ensures security on disk and in memory 3. Cross Platform: MVM (Mutant Virtual Machine) makes sure that the language works on **YOUR** machine 4. Cross Compilation: mutant supports compiling standalone, independent binary executables for multiple platforms. ## Download & Install ### Binary Distributions Official binaries are available in this repository's release section ### Installing mutant from source Pre-Installation: Download & Install [GoLang](https://golang.org/) ```bash git clone https://github.com/gaurav-gogia/mutant cd mutant go install ``` ## Featured In - [Gopherlabs Conference 2021 by CloudNativeFolks](https://youtu.be/rhSwwGSt90c?t=2223) - [Nullcon Goa Sep 2022](https://nullcon.net/goa-2022/pushing-security-left-by-mutating-byte-code) - [Nullcon Goa Sep 2022 YouTube Video](https://youtu.be/ivrM8rytaKY) ## Documentaiton For all things mutant, please visit the [official website](https://mudocs.netlify.app) ^.^

近期下载者

相关文件


收藏者