Tags
Active Directory Android ApiLess 64bits Apple Arduino Asm Backdoor BigBrother BigIP BlueCoat Botnet Chall Cisco Conference Crypto ctf DNS Dora Détection Excel Exploit F5 FareIT Fusion gcc hacking Ida ids Image processing Invoke LFI Linux Livre Lua macro malware masm MetaSploit NTinternals ollydbg packer Pdns PenTest PHP PowerShell PRISM python Radare2 Reverse Scouting Shell SQLi Sqlite suricata Sécu à Papa Tablette tasm Tshark Vintage Virtualisation Vmware Web WebSecurity Windows WordPress XSS yara yasmCategories
Tag Archives: masm
Invoke comme dans Masm pour Yasm & Nasm :)
Oui je sais, le titre va en faire fuir plus d’un, d’autres vont encore me dire que j’ai définitivement sombré… Mais regardez ma belle macro :
1 2 3 4 5 6 7 8 9 10 11 |
%macro invoke 2-* extern %1 %rotate %0-1 %rep %0-1 push %1 %rotate -1 %endrep %rotate %0 call %1 %endmacro |
Traduisons; M/Y/Nasm sont tous les 3 des assembleurs x86. M pour Microsoft, Y … Continue reading