Mandibule: Linux ELF injector for x86 / x86_64 / arm / arm64
Doesn't use dlopen() and can inject into statically linked targets by mapping manually the elf in memory from syscalls only.
https://t.co/Xa53L2MVVN
https://t.co/vQvuTnCnup
#elf#injection#lowlevel
One of our ninjas (@_ixty_) wrote a series of articles explaining how to write a win32 keylogger that supports all input languages (that don't use input method editors). You can find below the last part which focuses on the text reconstruction process. https://t.co/O9l3udFmyU
One of our ninjas (@_ixty_) wrote a series of articles explaining how to write a win32 keylogger that supports all input languages (that don't use input method editors). You can find here the second part which focuses on keyboard layout DLLs. https://t.co/u4TXgmRI9p
This is it: The Ultimate PCAP. A single downloadable #pcap with more than 50 network protocols! Use it as your single #Wireshark sample file. https://t.co/iYZHTlCYVz
One of our ninjas (@_ixty_) wrote a series of articles explaining how to write a win32 keylogger that supports all input languages (that don't use input method editors). Here is the first part which focuses on capturing keyboard events!
https://t.co/6vZxqlaPLt
Croissants, red wine and high-quality offensive security talks in a wonderful place? That's all the Hexacon team is promising for October 2022.
Details and Call For Papers are coming very soon... Until then, a bit more teasing for you folks: https://t.co/lM8CWUnCtj
#HEXACON2022
Patch your Packet Filter: OpenBSD & FreeBSD remote DoS in 2 IPv6 packets. Please don't fragment the Internet" #CVE-2019-5597 https://t.co/1LZF9uAFVh
My new blogpost: WoW64 internals - from the kernel initialization, through turbo thunks, "WoW64 functions", xtajit, CHPE, ... all the way to "Heaven's Gate" on ARM.
https://t.co/PutdA7PwLr
The slides of the "Heapple Pie: the iOS/macOS default heap" presentation by @elvanderb at @sth4ck are available on the @Synacktiv website: https://t.co/YGgSUNtJCI
Props to jpanic, I was privileged enough to be the first to reverse engineer the most radical x86_64 Linux Virus ever written. This paper is old, but fascinating for Virus authors http://83.133.184.251/virensimulation.org/lib/vrn01.html
Mandibule: Linux ELF injector for x86 / x86_64 / arm / arm64
Doesn't use dlopen() and can inject into statically linked targets by mapping manually the elf in memory from syscalls only.
https://t.co/Xa53L2MVVN
https://t.co/vQvuTnCnup
#elf#injection#lowlevel
@Luiz0x29A@cryptoishard I needed the tool aswell a month ago for a challenge :) wanted to inject a few debug hooks into a program and realised i couldnt ld_preload cause it was a static bin and i couldnt believe there was no tool out there that could load my .so into a static bin.
@chaignc Thanks, arm_now is great, i used it during debugging because qemu-user-static chroot doesnt support ptrace! I only wish i could specify the vm folder from the cmdline to switch from arm to arm64 without mv'ing :)