Basic Windows Reversing and Attacking Weak Crypto - FLARE-On 2018

  Рет қаралды 225,742

LiveOverflow

LiveOverflow

Күн бұрын

This challenge was part of the FLARE-On 2018 CTF. In this video we reverse engineer a basic windows .exe to find out how to win the game. At first we tried to attack the weak crypto but failed. At the end it turns out I had a bug in my code :(
Flare-On: www.flare-on.com/
=[ ❤️ Support ]=
→ per Video: / liveoverflow
→ per Month: / @liveoverflow
=[ 🐕 Social ]=
→ Twitter: / liveoverflow
→ Website: liveoverflow.com/
→ Subreddit: / liveoverflow
→ Facebook: / liveoverflow
=[ 📄 P.S. ]=
All links with "*" are affiliate links.
LiveOverflow / Security Flag GmbH is part of the Amazon Affiliate Partner Programm.
#ReverseEngineering #CTF

Пікірлер: 261
@love-hammer
@love-hammer 5 жыл бұрын
Pretty sure my coworkers wrote those function names.
@samuel7998
@samuel7998 5 жыл бұрын
This video is an exact representation of a programmer's life. Comitting mistakes, realizing where was the mistake 2 days later...
@Wilker_uwu
@Wilker_uwu 5 жыл бұрын
committing and commiting lots of mistakes
@TremereTT
@TremereTT 5 жыл бұрын
@@Wilker_uwu it's marketing. Commit a lot of mistakes and create a after sales market for support plans and update plans and off course extended warranty plans...
@Wilker_uwu
@Wilker_uwu 5 жыл бұрын
@@TremereTT this is why FOSS is important
@110110010
@110110010 5 жыл бұрын
And this, children, is why you always write unit tests.
@lukasriemer8038
@lukasriemer8038 5 жыл бұрын
This is so true. Save my life every day.
@dantenotavailable
@dantenotavailable 5 жыл бұрын
And why you really should run those unit tests to make sure they fail.
@NicolaiSyvertsen
@NicolaiSyvertsen 5 жыл бұрын
The important thing about doing unit testing is that it forces you to break down your code into small units that can run standalone. How would you apply this to all the nested for loops that depend on each other?
@papagunit
@papagunit 5 жыл бұрын
And go functional to avoid nested if statements
@NtQueryInformationProcess
@NtQueryInformationProcess 5 жыл бұрын
He uses 7-Zip instead of WinRAR. Best KZbinr ever.
@chaosmagican
@chaosmagican 5 жыл бұрын
WinRAR can open 7z nowadays?
@NtQueryInformationProcess
@NtQueryInformationProcess 5 жыл бұрын
Yep.
@ac130kz
@ac130kz 5 жыл бұрын
WinRAR should be used only to compress RAR. In all other use cases it sucks a big one
@papagunit
@papagunit 5 жыл бұрын
Izarc
@greatbullet7372
@greatbullet7372 5 жыл бұрын
@@ac130kz i use winrar all my life, no problems so far and its fast
@dm4uz3
@dm4uz3 5 жыл бұрын
I think it'd pretty funny how flare-on's website has no working https
@Zihad
@Zihad 5 жыл бұрын
Same here xD
@coler154
@coler154 5 жыл бұрын
LetsEncrypt.org
@GalaxyCatz
@GalaxyCatz 5 жыл бұрын
It’s probably intentional so that a future flag can be extracted from their website or something
@dm4uz3
@dm4uz3 5 жыл бұрын
@@GalaxyCatz hmm didn't think about that
@DanielSimon1995
@DanielSimon1995 5 жыл бұрын
@@GalaxyCatz in that case they could have added a challange.flare-on.com domain without ssl.
@thomapple
@thomapple 5 жыл бұрын
I used a simpler approach (in my opinion); I patched the function that prints the cells and inverted the behavior. I modified the "if" conditions so that all cells were revealed by default instead of hidden. Your solution is more elegant though!
@LiveOverflow
@LiveOverflow 5 жыл бұрын
Thought about that too! What did you use to modify the code?
@dirtbikersteve
@dirtbikersteve 5 жыл бұрын
@@LiveOverflow dnSpy probably
@thomapple
@thomapple 5 жыл бұрын
I used dnSpy. By the way, a colleague of mine was in your team at DEFCON and I asked him to bring me back some LiveOverflow goodies, and you gave him like dozens of stickers, thanks a lot :) maybe next time I can see you in person.
@craftyle
@craftyle 5 жыл бұрын
Wait, wait, wait... thete are liveoverflow stickers???
@dafzu
@dafzu 5 жыл бұрын
@LiveOverflow you can also use Reflexil plugin for ILSpy to manipulate IL code
@iliyass
@iliyass 5 жыл бұрын
Awesome job man, keep these videos coming.
@Pothanenos
@Pothanenos 5 жыл бұрын
This is amazing! Great content!
@kimbol496
@kimbol496 5 жыл бұрын
Great vid as always!
@JordiGerrie
@JordiGerrie 5 жыл бұрын
Quality content as always and this one is hilarious!
@hoxorious
@hoxorious 5 жыл бұрын
Like always another great video
@nug203
@nug203 5 жыл бұрын
Lol, I burst out laughing at the end. Atleast you caught it in the end before a youtube comment could ruin your day. Thanks for the video liveoverflow. I loved this one!
@Bar3ttGameplay
@Bar3ttGameplay 5 жыл бұрын
My god, im so glad that i found your channel.
@nooneneedstoknowthis4141
@nooneneedstoknowthis4141 5 жыл бұрын
Thumbs up for leaving the bug in there! Greatly underlines the constant try and error of hacking!
@ckennedy0323
@ckennedy0323 5 жыл бұрын
I don't know why but I decided to do this in python. I had gotten the result similar to how you did, but no matter the combinations (where I started the count for rows and columns), I couldn't get it to work. I imported ctypes, attempted to run my found cells into a generate key function I converted from C# to python, and even fruitlessly trying to rewrite all of the logic of the game into python. Turns out, I am better at programming than I am counting. I saw your video, saw that I got the same coordinates as you, and tried again, this time counting carefully. CTFs are really hard man.
@alaeddine5387
@alaeddine5387 5 жыл бұрын
very good ! For me as a beginner this was really helpfull and I understood all of it , thanks!
@VLS-Why
@VLS-Why 5 жыл бұрын
Oof, I hate when I make a silly mistake and end up with a convoluted work around. At least you learned more about the challenge
@AmauryOrtega
@AmauryOrtega 5 жыл бұрын
yeah, keep trying was the key here. this bug could've been found by someone else working as a team, that's why team work is so important
@xetop
@xetop 5 жыл бұрын
Great video, thanks !
@YezzyHD
@YezzyHD 5 жыл бұрын
Man i strive to be as smart as you one day. Keep up the amazing videos!
@Romannumerals_
@Romannumerals_ 5 жыл бұрын
"I'm so dumb" hey man, dont be so hard on yourself. You're doing amazing :)
@forgotthisone
@forgotthisone 3 жыл бұрын
This. Is. High quality!
@mitikox
@mitikox 5 жыл бұрын
I've had a harder time reading c++ and binary. I usually write C#. Thank you for this video!
@DSAhmed
@DSAhmed 2 жыл бұрын
You're not dumb. You're a human being. And the fact that you saw it at all means you're smart.
@corruptbytes
@corruptbytes 5 жыл бұрын
actually met some of the lead fire-eye people, and they are so cool and get to do amazing stuff in terms of RE
@shans2408
@shans2408 5 жыл бұрын
I used dnSpy which acts kind of like IDE so you can patch, run, etc dotnet. I looked up the data structure that contained the minefield matrix. Looked up the positions of the no-bomb cells. But counting the tiny row colmns was tough. Also not knowing if the colms are 0-based or 1-based index added to the trouble, so I patched the exe to not exit the game on bomb reveal. Then clicked open all the cells in the vicinity of the empty cells untill I found the right one. Then in another window I open the non-patched exe. Aligned the two fields to see where the empty-cells are. :P I was happy with my approach untill I saw yours. I loved that you could do it statically and still make it look so easy. Waiting for more videos
@jaredmeit6127
@jaredmeit6127 5 жыл бұрын
The first challenge had obfuscated function names?! I would have been stuck on that. You rock!
@fireboltofdeath
@fireboltofdeath 5 жыл бұрын
@@xorxpert I don't think you know what obfuscation is.
@xorxpert
@xorxpert 5 жыл бұрын
Fireboltofdeath apparently you don’t know what obfuscation is. -_-. There was no obfuscation in this video period. It’s decompilations, reverse engineering. There was no obfuscated function names. Everything was plain visible as day. If it was obfuscated, it’ll be hard and challenging to read it.
@xorxpert
@xorxpert 5 жыл бұрын
Fireboltofdeath that just shows you both don’t know nothing. That’s sad. Go continue with your daily life and don’t bother mines. I am a software engineer.
@fireboltofdeath
@fireboltofdeath 5 жыл бұрын
@@xorxpert Obscure: not clearly expressed or easily understood. The function names were obfuscated, because they had names to mislead the user that doesn't do what the name implies. And, I'm a programmer also, so I really don't care. Obfuscation isn't only making your code hard to read,.
@fireboltofdeath
@fireboltofdeath 5 жыл бұрын
obfuscate verb ob·​fus·​cate | \ˈäb-fə-ˌskāt; äb-ˈfə-ˌskāt, əb-\ obfuscated; obfuscating Definition of obfuscate 2 : CONFUSE: obfuscate the reader.
@pacsmile
@pacsmile 5 жыл бұрын
Holy fuck, that went from 0 to 100000 real quick, i can't even imagine what the third challenge will be like.
@hosamalfishawy1635
@hosamalfishawy1635 4 жыл бұрын
i don't even understand what you say , but i love to watch this videos xD
@mobsean
@mobsean 5 жыл бұрын
awesome content!
@jasonrobertcheney
@jasonrobertcheney 5 жыл бұрын
These are boss, slow learner these help so much.
@Mir4cleMan
@Mir4cleMan 5 жыл бұрын
Nice solution for the second challenge, I just inverted the condition that decides what image is displayed on the field so i could see all bombs.
@bryanjones3058
@bryanjones3058 5 жыл бұрын
I love doing windows reversing, I wish I knew this was happening!
@Gary-tp9dk
@Gary-tp9dk 3 жыл бұрын
Mind blowing..!!
@jean-baptistelasselle4562
@jean-baptistelasselle4562 4 жыл бұрын
ILSpy : The "IL" stands for "Intermediate Language", cf. "Intermediate Representation" (just love ur videos btw, hevin so much fun hackin on ur hax)
@z1mt0n1x2
@z1mt0n1x2 5 жыл бұрын
Love listening to stuff I know absolutely nothing about xD
@AlboCoder
@AlboCoder 5 жыл бұрын
I didn't figure the RNG thing. Thanks for the video. I solved it the same way haha :) I just inserted the row and col I found from debugging to the input. (Click randomly and change the index calculation). I also tried to find the real safe slots but was too lazy :)
@VarunKumarB0597
@VarunKumarB0597 5 жыл бұрын
Great channel.. keep up
@lacno29
@lacno29 5 жыл бұрын
3:38 The InitializeComponent initializes those ughh..... components! Hahahahaha
@olivert.7192
@olivert.7192 5 жыл бұрын
interesting for sure, cool video
@TheGrimravager
@TheGrimravager 5 жыл бұрын
hahahahaha that ending man, all too familiar
@nion456789
@nion456789 5 жыл бұрын
Smashed the like
@trungthanhbp
@trungthanhbp 3 жыл бұрын
holy shit, 1st time I understand and saw your mistake init array outside the loop. That a big step, lol
@ARMADA7KSA
@ARMADA7KSA 4 жыл бұрын
What kind of reason that may make some one press dislike for such great video ?
@trapOrdoom
@trapOrdoom 5 жыл бұрын
Jesus Christ you’re good as fuck, and these vids are so needed. Why no patreon or BTC donations? Whatever I can do to make sure you keep this up.
@michaelepica3564
@michaelepica3564 4 жыл бұрын
WOW I wish I could do that thatlooks like so much fun
@tobiumevolume9890
@tobiumevolume9890 5 жыл бұрын
I dont like Fridays cause its gonna be weekend, i like them cause i get high quality content to watch!
@nahidux
@nahidux 5 жыл бұрын
the 1st channel to which i pressed bell icon
@wakandaforever1254
@wakandaforever1254 5 жыл бұрын
degga du bist so toll
@aurorans_solis
@aurorans_solis 5 жыл бұрын
That ending is one reason why I prefer langs where things are immutable by default :^)
@TheDimaSomov
@TheDimaSomov 5 жыл бұрын
Huh, nice bruteforce approach, I hadn't even thought about that :D Just found all this stuff about cells with no bombs (done that using calculator... I'm too dumb to copypaste the code, yep xD) Looking forward to see you working on next challenges, I'm so excited :)
@270jonp
@270jonp 5 жыл бұрын
Great videos, I really enjoyed flare-on challenges and am happy to see you covering them. I do think, however, that you should revisit this problem with one of the simpler approaches for people still learning. anything that can edit a .net binary could be used to easily solve this problem. I actually ended up using Cheat engine for this as i was familiar with the tool. that said i loved seeing a more static approach to this problem, though i cant say i would want to do it myself.
@LiveOverflow
@LiveOverflow 5 жыл бұрын
How did you approach this with Cheat Engine?
@270jonp
@270jonp 5 жыл бұрын
@@LiveOverflow Cheat Engine has a .net dissembler built into it. (or at least can pull the symbols and function names out) from there i searched for the function that triggered when i clicked on one of the tiles and found that they were all set to either 0 or 1, however the function to close the program only ran when it got a click event. So i changed all the values to positive and saw where the correct tiles were. took a picture with the snipping tool and then clicked them and got the flag. Honestly its a kinda weird way to do it and www.reddit.com/r/ReverseEngineering/ posted some much more efficient ways to do it but it was a lot of fun regardless. Also, i post a lot of criticism, but i love your work. Keep it up :) .
@angryman9333
@angryman9333 Жыл бұрын
@@270jonp you should've shared a video doing that, but that's too late now :) regardless great work
@T3sl4
@T3sl4 5 жыл бұрын
When you showed the brute force code, I immediately said to myself, "but wait, where is the copy from constants back to array2?... uh, if you say so?" D'OH! :D
@mads7401
@mads7401 5 жыл бұрын
In the allocate memory class, you could create a string containing the flags and then just Messagebox.Show all the flags :) I did it like this in dnspy, displays all the flags: private void AllocateMemory(MineField mf) { // Initialize our string containing the flags information string flags = ""; for (uint num = 0u; num < MainForm.VALLOC_NODE_LIMIT; num += 1u) { for (uint num2 = 0u; num2 < MainForm.VALLOC_NODE_LIMIT; num2 += 1u) { bool flag = true; uint r = num + 1u; uint c = num2 + 1u; if (this.VALLOC_TYPES.Contains(this.DeriveVallocType(r, c))) { flag = false; // Save the flag x,y coordinate in the string flags += string.Format("({0}, {1}) ", c, r); } mf.GarbageCollect[(int)num2, (int)num] = flag; } } // Display our flags string MessageBox.Show(flags); }
@danielchin1259
@danielchin1259 5 жыл бұрын
The "Ohhhhhhhh" was extensively cute.
@manudeadskinmask3435
@manudeadskinmask3435 5 жыл бұрын
Wish I could do anything of that, but I'm just an electrician knowing the basics
@regul4rjohn
@regul4rjohn 5 жыл бұрын
If you think you are dumb what's left for the rest of us?! lol. Thanks for sharing!
@fanime6165
@fanime6165 3 жыл бұрын
After watching the vid, all i could say is: "Damn! Never understood a single thing."😂😂
@bongumsamamba5146
@bongumsamamba5146 3 жыл бұрын
we are together bro
@estivanlombard2661
@estivanlombard2661 5 жыл бұрын
You know this man has been in the game for a while if he uses ILspy
@AhmadAlghannam
@AhmadAlghannam 5 жыл бұрын
what an alien!!!
@miroslavmajer5155
@miroslavmajer5155 5 жыл бұрын
12:10 Man, if you are dumb, then I am bubbling mad comparing to you. Awesome vids!
@prakashyadav008
@prakashyadav008 5 жыл бұрын
windows "NOT MY WORLD" same here. thats i reverse elf binaries and use rader2 for reversing mostly everything :)
@DrensLP
@DrensLP 5 жыл бұрын
Hi, I'd like to Start With ctfs But cant find a easy one to Start With. Do you have an idea? Thank you!
@sarunint
@sarunint 5 жыл бұрын
12:07 is priceless!
@user-cx5jj3zq1r
@user-cx5jj3zq1r 5 жыл бұрын
need more flareon ctf :3
@IllusionEDM
@IllusionEDM 4 жыл бұрын
Hi! For .NET i recommend DnSpy, it's Open Source of Github.
@estivanlombard2661
@estivanlombard2661 5 жыл бұрын
Lmao I love that ending
@lacinaberthe6085
@lacinaberthe6085 4 жыл бұрын
My dll file coded in c++, what can i do to get all c++ code ?
@sayyadabbas8687
@sayyadabbas8687 5 жыл бұрын
Always debug the first few loop cycles ..and watch the state of variables
@arnabmukherjee1580
@arnabmukherjee1580 5 жыл бұрын
Now I believe that even pros can make trivial mistakes.
@arcticcat3040
@arcticcat3040 5 жыл бұрын
Vert nice drawing of the Eevee evolution ^.^
@root317
@root317 5 жыл бұрын
1:48 finally something i understand! 2:50 finally some c#/ .net $#!t that i know. this is going to be my episode! :D then this happens: 7:07 like wuuuuuut? XD im still 2 fuckin' young i guess lol.. :D
@epictech1472
@epictech1472 5 жыл бұрын
What is basically happening is that the program is using a random integer as an XOR decryption key to an array of bytes, which contains the flag. Although, a seed is set, determined by cell values which are the same every time the program is started. That's what makes this weak. If you can find the cell values somehow, you can determine the seed, which then allows you to get the XOR key by generating random numbers using the seed and running an XOR decrypt operation on the array bytes.
@morsiskoPC
@morsiskoPC 5 жыл бұрын
If you are over 12 years old I doubt you are too young
@kice
@kice Жыл бұрын
I always define variables const if they are not suppose to change. So I have never encountered this kind of things after I switch to python XD.
@ari_archer
@ari_archer 4 жыл бұрын
"only 4 billion options" *it took me one f-ing year to fix a typo*
@greasyfingers9250
@greasyfingers9250 5 жыл бұрын
Why use ilspy instead of the better dnspy?
@WaffeFIN
@WaffeFIN 3 жыл бұрын
4:04 "...also, the other pictures do not have a flag" *shows a picture of a flag* ;)
@awes0meness123
@awes0meness123 5 жыл бұрын
is it possible to decompile c++ native code?
@tacokoneko
@tacokoneko 4 жыл бұрын
"Many of the challenges are based on Windows, which is not really my world" but LiveOverflow.. in your Google CTF 2019 qualifier video, you used Windows to run minetest! perhaps... having some problems, with hardware-accelerated 3d rendering, on your unspecified non-Windows platform? ;)
@VonCarlsson
@VonCarlsson 5 жыл бұрын
I took VALLOC_NODE_LIMIT to mean the maximal amount of nodes allocated in the vertical.
@catorials444
@catorials444 3 жыл бұрын
I find CSharp really similar to java with a hint of c++.
@mohdamrirazlan7879
@mohdamrirazlan7879 5 жыл бұрын
How about the rest of the flag...are you gonna do a walkthrough video for that?
@Diadras
@Diadras 5 жыл бұрын
You need a rubber duck!
@user-et4bq9pk3n
@user-et4bq9pk3n 5 жыл бұрын
I can RE better than anyone you know. I RE so well you cant ever get to me... Its the worst but kinda the best. comforting in a way.
@gamersunite9026
@gamersunite9026 2 жыл бұрын
the second one would have been easier with dnspy. you can edit the code with it
@th3.Revenant
@th3.Revenant 5 жыл бұрын
Brain.exe has stopped working
@Wilker_uwu
@Wilker_uwu 5 жыл бұрын
it is easy to understand how programming works, it's like learning to play the piano or your favorite competitive game: //i say that if you press(aButton), you get... press(Button aButton) { //the note played by this button which is the note of this button. return notePlayed = note[aButton]; } //then you define that the keyword "response" is the response of pressing this button on this position. response = press(thisButton[onThisPosition]); it is really easy to understand stuff by looking at simple mechanics, but the fun is about finding out what you can do with combinations and sequences of those mechanics used here.
@asandax6
@asandax6 5 жыл бұрын
@@Wilker_uwu You just Made his Entire OS go offline he is not responding. System Error;
@Wilker_uwu
@Wilker_uwu 5 жыл бұрын
@@asandax6 throw new Error(string? message) || throw new RuntimeError(String? msg) ?
@asandax6
@asandax6 5 жыл бұрын
@@Wilker_uwu Ok I wrote Error String on a piece of paper and I threw it 😁. Now I am Grounded thanks to the message hitting my Mom🙁. So uh thanks.
@Wilker_uwu
@Wilker_uwu 5 жыл бұрын
@@asandax6 what? XD
@cathalpoon6341
@cathalpoon6341 5 жыл бұрын
you use a wacom tablet? Cool every thing else not really XD just kidding keep doing what your doing man
@qwkc
@qwkc 5 жыл бұрын
I’m feeling a bit like a dumb dumb since I really only know BASICS of C++, have only gone more in depth into front end languages. What language were you coding in for your own Bruteforce/your application to print out the results?
@LiveOverflow
@LiveOverflow 5 жыл бұрын
we copied the recompiled C# code, and we just added some loops for the bruteforce around it. so in this case we used C#, because that was our target ;)
@qwkc
@qwkc 5 жыл бұрын
LiveOverflow ah, thanks!
@fredianriko5648
@fredianriko5648 5 жыл бұрын
hey bro... i tried one of wesite you suggest to open before, its "w3challs.com" i have a problem on registering and login to that website... after i registered it said "registered succesfull", but there's no notification in my email, and also i tried to login to that website but always says "login/pass Error"... and after that, i tried to click "forget password feature, and i input my email address which i used to register, but the website said "your email has not been registered"... i really confused with this problem, i thought maybe i'ts some kind a test, i tried to connect to the irc channel using xchat and hexchat.. but the connection always denied. could you help me with this kind of problem i have? thanks .
@S1lenc31991
@S1lenc31991 5 жыл бұрын
That just shows me how far im away of being an good dev. Just the slightest obfuscation shreddes me
@paulbrandt3167
@paulbrandt3167 5 жыл бұрын
CTF 1: Open the disclosed program and copy some text CTF 2: literally run your brain around this significantly larger program for 10 hours just to realize that had you not of made one small mistake early on, you would of been done hours ago.
@P-G-77
@P-G-77 Жыл бұрын
"Give me a second..." any time i ear this message... my brain in automatic mode has the right response... NO RESPONSE AT ALL.
@dirtyactsatdonedirtprice4547
@dirtyactsatdonedirtprice4547 5 жыл бұрын
where i can learn stuff like this
@FetchBot
@FetchBot 3 жыл бұрын
watched this a couple times, just realized that the cell number grid example he drew i missing 20 5:20
@marcoschincaglia
@marcoschincaglia 5 жыл бұрын
749 likes so far, 0 dislikes, what an absolute record
@EugeneKolo
@EugeneKolo 5 жыл бұрын
You'd also run into a bug in the brute force if the sorted array contained multiples of the same number. You assume the next number is greater, but it can be greater or equal than.
@Flare03l
@Flare03l 5 жыл бұрын
Doesn't that imply the same cell is there twice? I thought it must be greater than, and that there'd be no duplicates.
@EugeneKolo
@EugeneKolo 5 жыл бұрын
@@Flare03l Yeah that may be true, didn't examine it too closely/attempt the challenge myself. So I may be wrong in there being a bug :).
@sadrien
@sadrien 5 жыл бұрын
@@EugeneKolo there is no bug, for exactly the reason flare stated. But in another program it might have been an issue.
@Detective_Jones
@Detective_Jones 4 жыл бұрын
1:04 what is that song?
@fahmiirfan6923
@fahmiirfan6923 5 жыл бұрын
I've searched for malware source code in deeper web and found some. How to know if those code are a malware?
@CalumBoal
@CalumBoal 5 жыл бұрын
Read the source code?
@MiddleboroMovement
@MiddleboroMovement 5 жыл бұрын
Dn Spy, or .net reflector would have been a much easier tool to use. You did not even have to brute force the key, that's the over complicated way to do it. Nice for content though, good stuff.
@mrliban5572
@mrliban5572 5 жыл бұрын
WoW
@Gazzar19
@Gazzar19 5 жыл бұрын
Sometimes its just one line of code that screws the hole program.. nice video!
@ducphanduy534
@ducphanduy534 5 жыл бұрын
I literally did the same thing and made the same mistake :o
Analysing a Firefox Malware browserassist.dll - FLARE-On 2018
16:26
LiveOverflow
Рет қаралды 253 М.
That's how money comes into our family
00:14
Mamasoboliha
Рет қаралды 8 МЛН
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 101 МЛН
Reverse Engineered old Compression Algorithm for Frogger
16:29
LiveOverflow
Рет қаралды 252 М.
Going to Chinese Hacking Competition - Real World CTF Finals
12:47
LiveOverflow
Рет қаралды 1,5 МЛН
Generic HTML Sanitizer Bypass Investigation
14:05
LiveOverflow
Рет қаралды 140 М.
Running a Buffer Overflow Attack - Computerphile
17:30
Computerphile
Рет қаралды 2 МЛН
How Do Linux Kernel Drivers Work? - Learning Resource
17:02
LiveOverflow
Рет қаралды 538 М.
How Machine Language Works
19:48
The 8-Bit Guy
Рет қаралды 943 М.
HOW FRCKN' HARD IS IT TO UNDERSTAND A URL?! - uXSS CVE-2018-6128
15:47
Solving a JavaScript crackme: JS SAFE 2.0 (web) - Google CTF 2018
15:01
Attacking LLM - Prompt Injection
13:23
LiveOverflow
Рет қаралды 367 М.
Analyzing the Game Network Protocol - Pwn Adventure 3
14:48
LiveOverflow
Рет қаралды 136 М.
That's how money comes into our family
00:14
Mamasoboliha
Рет қаралды 8 МЛН