
工具
应凌云
08650
展开
-
PE解析脚本(python)
#!/usr/bin/env python2## -*- coding: utf-8 -*-#### ☭ - 2021-11-23#### https://docs.microsoft.com/en-us/windows/win32/debug/pe-format## ## This program is free software: you can redistribute it and/or modify## it under the terms of the GNU Genera原创 2021-07-15 16:31:58 · 579 阅读 · 0 评论 -
一种逆向方法
逆向专用CPU,通过记录CPU运行指令,还原目标代码,完全绕过上层代码加固过程。原创 2021-07-14 16:43:25 · 108 阅读 · 0 评论 -
eclipse快捷键小结
Ctrl + D,删除当前一行使用idea,快捷键:Ctrl + Y,删除当前一行IDEA 中快速打System.out.println();只需要输入sout 即可;打出System.err.println();只需要输入serr 即可;Eclipse:先输入sysout,然后输入辅助快捷键:Alt+/,这样就可以自动生成:System.out.println();...原创 2020-11-21 10:26:26 · 761 阅读 · 0 评论