send010
send010
[main.zip](https://github.com/xoofx/LibObjectFile/files/8770080/main.zip) main file
i want to add a section to the elf file.
[File](https://github.com/send010/BinFIle/blob/main/360Safe.exe) mycode: public static List GetSigningCertificates(this PeFile pefile) { var data = DecodeCertificateData(pefile.WinCertificate?.BCertificate.ToArray()); var result = new List(); result.Add(pefile.Authenticode.SigningCertificate); foreach (var cert in data) { result.AddRange(GetNestedAuthenticodeDetails(cert)); } return result; }...
 已经修改过了~无效
好 我先去搜一下 谢谢你。
Have you solved the problem?
https://github.com/send010/WeChatFerry 框架已经写好了,对接上了