摘要: 现代编译器的结构: 上图中,IR: Intermediate Representations:原书的解释:A compiler uses some set of data structures to represent the code that it processes 源代码转换到目标程序,在编 阅读全文
posted @ 2020-09-18 20:26 Asp1rant 阅读(179) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/T0mato_/article/details/53160772 相关概念解释: AES: 设AES加密函数为E,则 C = E(K, P),其中P为明文,K为密钥,C为密文。也就是说,把明文P和密钥K作为加密函数的参数输入,则加密函数E会输出密文C 阅读全文
posted @ 2020-09-18 15:42 Asp1rant 阅读(8662) 评论(3) 推荐(0)