python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why do TextError exceptions not function properly in this code?
The code below output's "Do not divide by zero, that is forbidden" fine when the user inputs zero, however if a sentence or characters are entered it returns a ValueError. The error is as fo...
gurobot
Votes: 0
Answers: 1
Why local variable addresses are different by which program started it?
I ran into a confusion about memory address issue during my experiment to practice CTF pwn questions.
I tried to find the start pointer address of a local array variable to insert shellcode with Radar...
kyasbal
Votes: 0
Answers: 0
Printf %x string vulnerbility and stack interaction
I'm trying to understand the connection between the stack content at
call 0x555555554580 <printf@plt>
if you execute printf("%lx%lx%lx%lx%lx%lx").
Assume my stack looks like
0x00007...
ASP
Votes: 0
Answers: 1