Login Register


What do you have copied right now? filter_list
Author
Message
RE: What do you have copied right now? #51
Code:
int main() { char key; rawOn(); initTerm(); resetTerm(); while (1) { //Crashes in segfault. Fuck. key = getKey(); dBuff = (char *) realloc(dBuff, strlen(key)); strcat(dBuff, (key)); resetTerm(); printf(dBuff); } return 0; free(dBuff); }
(This post was last modified: 04-13-2017, 10:26 PM by Blink.)


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.

Reply

RE: What do you have copied right now? #52
(04-13-2017, 10:24 PM)Ender Wrote: -snip-

Noob.
Spoiler:
Nah, just kidding. Wink2 xD
Btw, where do you define dBuff?


Code:
Breakpoint 1, 0x00401340 in main () (gdb) disas main Dump of assembler code for function main: => 0x00401340 <+0>: push $0x402000 0x00401345 <+5>: call 0x401b90 <printf> 0x0040134a <+10>: add $0x4,%esp 0x0040134d <+13>: push $0x405008 0x00401352 <+18>: push $0x40200a 0x00401357 <+23>: call 0x401b98 <scanf> 0x0040135c <+28>: add $0x8,%esp 0x0040135f <+31>: push $0x405008 0x00401364 <+36>: call 0x401b90 <printf> 0x00401369 <+41>: add $0x4,%esp 0x0040136c <+44>: ret 0x0040136d <+45>: add %al,(%eax) 0x0040136f <+47>: add %al,0x448b1cec(%ebx) End of assembler dump. (gdb)
(This post was last modified: 04-13-2017, 11:19 PM by m0dem.)

Reply

RE: What do you have copied right now? #53
I had linked this when a friends copy of windows was shitting the bed.
[Image: qcYJ3l.png]

[+] 1 user Likes Skullmeat's post
Reply

RE: What do you have copied right now? #54
(04-13-2017, 11:16 PM)m0dem Wrote:
(04-13-2017, 10:24 PM)Ender Wrote: -snip-

Noob.
Spoiler:
Nah, just kidding.   Wink2 xD
Btw, where do you define dBuff?


Code:
Breakpoint 1, 0x00401340 in main () (gdb) disas main Dump of assembler code for function main: => 0x00401340 <+0>:     push   $0x402000   0x00401345 <+5>:     call   0x401b90 <printf>   0x0040134a <+10>:    add    $0x4,%esp   0x0040134d <+13>:    push   $0x405008   0x00401352 <+18>:    push   $0x40200a   0x00401357 <+23>:    call   0x401b98 <scanf>   0x0040135c <+28>:    add    $0x8,%esp   0x0040135f <+31>:    push   $0x405008   0x00401364 <+36>:    call   0x401b90 <printf>   0x00401369 <+41>:    add    $0x4,%esp   0x0040136c <+44>:    ret   0x0040136d <+45>:    add    %al,(%eax)   0x0040136f <+47>:    add    %al,0x448b1cec(%ebx) End of assembler dump. (gdb)

https://github.com/The-Sushi/Sushi

Code:
char *dBuff;
(This post was last modified: 04-14-2017, 01:48 AM by Blink.)


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.

Reply

RE: What do you have copied right now? #55
Bumping the thread, and giving the 1 post needed to make the daily goal!

Code:
Ricochet: ricochet:hmcgm7cw7y6c4k5h Email: synthx@protonmail.com Discord: Synthx#1356
Was making my ghostbin, hehe
[Image: ezgif_com_gif_maker.gif]
#yellowheartsforsarah

Reply

RE: What do you have copied right now? #56
https://portal.fmcsa.dot.gov/login

Copied It Into a secure channel to test It's security. It did this a couple of days ago and It's still sitting In my clipboard.
[Image: AD83g1A.png]

Reply

RE: What do you have copied right now? #57
http://a.sinister.ly/fhsqoe.png


(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.

Reply

RE: What do you have copied right now? #58
LMAO I almost put in my visa card number
Who Knows?

[+] 1 user Likes zenith's post
Reply

RE: What do you have copied right now? #59
https://cdn.discordapp.com/attachments/1...083443.jpg
[Image: oAqtc2l.png]

Reply

RE: What do you have copied right now? #60
Hhh I copied this a while ago:
Code:
Edit:
Die  But Don't Lie
“Oh Abu Dharr! Don’t look at the smallness of the sin but look at the one you disobeyed.” Prophet Muhammad (pbuh)
[Image: p_237m2jx1.png]
Click for Free VPN

Reply







Users browsing this thread: