-
Hello,
I am new to GitHub with minimal development/"programming" experience, so my apologies if this is not the correct approach to getting help with this.
I can't seem to get a meterpreter shel…
N0ur5 updated
6 years ago
-
See convo with Claude about FP/OOP mix
-
My understanding is that Jumper and Jumper_randomized would jump into NTDLL space, and use the syscall instructions by jumping into those assembly instructions, however when I trace the program with F…
-
cant spawn a shell with arguments
```
rop = ROP(program, base=0x00007fffffffe400)
rop.call('execve', [b'/bin/sh', [[b'/bin/sh'], [b'-p'], [b'-c'], [b'ls']], 0])
chain_1 = b''
chain_1 += b'\x00'*…
-
Chessie.ErrorHandling provides effectively the same format as your ValidationState but comes with a large number of helpers that can be used to manipulate the Error list.
This differs from the Fram…
-
Hi there! I have relatively generic / documentation related question about sync (syntax, non existing objects / etc) errors handing in starbeam.
According to current flow in `glimmer-vm` tracking/r…
-
## The Problem
According to the docs:
1. "Any infix operator may be called with its two arguments reversed by prefixing with R. Associativity of operands is reversed as well."
2. "If &with is the c…
-
wasn't able to spawn a shell with command as parameter:
```py
bin_sh = libc.address + 0x111111
rop = ROP(program, base=0x7fffffffe460)
rop.call('execve', [bin_sh, [[b'/bin/sh'], [b'-c'], [b'whoami…
-
I'm using the BC3 transcoder and feeding pngs with alpha channels into basisu and not getting the results I would expect or at least hope for, and I don't see much anywhere in the docs or github issue…
-
Splitting this off from Dominik Czarnota's extensive feedback in #330.
The `-mmitigate-rop` option was introduced around GCC 6 and later deprecated in 2018 in favor of control-flow protection.
T…