We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬咨询个问题,我想针对内核一个模板的ko(linux内核内核),并不打算开源的。 有些关键代码(比如常数,offset等)想进行代码混淆及花指令类的操作。 我分析了很多工程,都是针对windows程序,或者linux bin用户态程序,并没有对内核的c代码进行混淆的。 咨询下,这块有什么思路?
我自己有两条思路: 1:linux kernel c -> c混淆代码 ; 2:shellcode/opcode替换,但是担心内部调用一些在内核态不能使用的。 目前1/2,都没有找到合适的。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
大佬咨询个问题,我想针对内核一个模板的ko(linux内核内核),并不打算开源的。
有些关键代码(比如常数,offset等)想进行代码混淆及花指令类的操作。
我分析了很多工程,都是针对windows程序,或者linux bin用户态程序,并没有对内核的c代码进行混淆的。
咨询下,这块有什么思路?
我自己有两条思路:
1:linux kernel c -> c混淆代码 ;
2:shellcode/opcode替换,但是担心内部调用一些在内核态不能使用的。
目前1/2,都没有找到合适的。
The text was updated successfully, but these errors were encountered: