-
Hey,
I noticed that the pwnlib.shellcraft.clone() implementation has the prototype of the glibc wrapper function, and invokes the syscall by this prototype, but should be calling the syscall by its r…
-
Recently, when I was playing a CTF challenge about shellcoding, I found out that some of the instructions are valid, but `nearpc` refused to disassemble it.
The instruction I used was something like …
-
as AES.s -o AES.O
AES.s: Assembler messages:
AES.s:16: Error: bad instruction `callq read'
AES.s:17: Error: bad instruction `movaps %xmm0,%xmm5'
AES.s:18: Error: bad instruction `pxor %xmm2,%xmm2'…
-
# 每日安全资讯(2024-09-29)
- SecWiki News
- [ ] [SecWiki News 2024-09-28 Review](http://www.sec-wiki.com/?2024-09-28)
- Security Boulevard
- [ ] [USENIX NSDI ’24 – SwiftPaxos: Fast Geo-Replicated State…
-
# 每日安全资讯(2024-09-29)
- SecWiki News
- [ ] [SecWiki News 2024-09-28 Review](http://www.sec-wiki.com/?2024-09-28)
- Private Feed for M09Ic
- [ ] [gh0stkey starred Rvn0xsy/Qpipe](https://github.com/…
-
Hi,
Thank you for you work ! Can i ask you to explain me the difficulty to implement the multithreading feature for x64 PE ?
Thanks in advance !
-
1. userspace speculative data leak (yan85_64)
2. kernelspace speculative data leak (yan85_64.ko) to read pages out of physmap!!!
-
Hi I started you awesome course and I started pretty good until I reached the call function part in the buffer overflow section.
The warmup and getit ctfs did not work for me and resulted in segmenta…
-
Hello,
I saw your proyect
And i was wondering..
what resources do you recommend to learn shellcode programming?
( in c/c++ in this case)
I'm interested in pentesting too ^_^ ''
Thank…
ghost updated
3 years ago
-
Hi all,
I'm banging my head against this since yesterday, and have no good solution available (yet), hence this issue.
When running the run() function from pypanda inside a thread, a SIGINT (ctrl+…