Author:0x7F@knownsec404 Team
Chinese version: https://paper.seebug.org/3227/
1 Foreword
Peach is a fuzzing framework (SmartFuzzer) developed in 2004 that supports both generation-based and mutatio...
Author:Knownsec 404 Team
Chinese version: https://paper.seebug.org/3222/
1 Introduction
In recent years, as Windows attaches more and more importance to system security, Windows Defender has evolv...
Author:Hcamael@Knownsec 404 Team
Chinese version: https://paper.seebug.org/3210/
In this paper, we will systematically share the problems encountered and their solutions during the process of build...
译者:知道创宇404实验室翻译组
原文链接:From opcode to code: how AI chatbots can help with decompilation
在漏洞挖掘过程中,通常会遇到被商业编码器保护的 PHP 代码。这些编码器将原始的 PHP 源代码编译为 Zend 引擎的字节码,然后对这些字节码进行编码和混淆,混淆结果如下所示:
遗憾的是,目前没有免费或开源的工具可以...