Malware Development: Processes, Threads, and Handles

2024 ж. 9 Мам.
702 190 Рет қаралды

#Malware #Development #redteam
Welcome to Malware Development Fundamentals! This is the first part in a series where we explore common techniques, tools, and procedures (TTPs) used in the context of malware development. I will be adapting all of my blog posts on the subject of what I've learned so far in regard to this subfield of hacking, therefore, if you'd like to get a step ahead, before everyone else, consider reading more on my blog! crows-nest.gitbook.io/
Thank you, guys, SO MUCH for bearing with the time that it took to get this video out, during the recording/editing of this video, my AIO cooler actually broke so I had to risk my CPU's health (pretty sure it's irrevocably destroyed at this point but, the show must go on) to get this video out. Also, thank you guys so much for getting the channel to 1,000+ subscribers! That's just horrifying (and insanely exciting) to me, and I'm currently working on a Q&A special for it! Stay tuned :"D
I love you guys, enjoy.
⚠️ Disclaimer:
The information presented in this video is for educational purposes only. It is not intended to be used for illegal or malicious activities. The creator and any individuals involved in the production of this video are not responsible for any misuse of the information provided. It is the responsibility of the viewer to ensure that they comply with all relevant laws and regulations in their jurisdiction.
🔖 My Socials:
avatar/mascot made with picrew: picrew.me/en/image_maker/1108773
- full credits to the artist: / mimisentakosen
- visit her shop: coconala.com/services/1871766...
official discord server: dsc.gg/crow-academy
crows-nest.gitbook.io/
github.com/cr-0w
/ cr0ww_
💖 Support My Work
/ cr0w
ko-fi.com/cr0ww
www.buymeacoffee.com/cr0w
Join this channel to get access to perks:
/ @crr0ww
📹 Videos/Channels Featured:
/ @x0reaxeax
/ @peppidesu
• Writing process memory...
• Windows backwards comp...
• I Wrote A Program To O...
❤️ Websites Featured:
crows-nest.gitbook.io/crows-n...
learn.microsoft.com/en-us/win...
cocomelonc.github.io/
blog.xpnsec.com/
www.ired.team/
mohamed-fakroud.gitbook.io/
The images and music used in this video are used under the principle of fair use for the purpose of criticism, comment, news reporting, teaching, scholarship, and research. I do not claim ownership of any of the images/music and they are used solely for the purpose of enhancing the content of the video. I respect the rights of the creators and owners of these images and will remove any image upon request by the rightful owner.
Copyright Disclaimer under section 107 of the Copyright Act of 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing.
🕰️ Timestamps:
00:00 - Intro
00:43 - Malware Development Series
01:24 - Prerequisites
02:43 - Processes
08:09 - Threads
10:12 - Handles
11:39 - Windows API
13:39 - Windows API: MessageBox
22:33 - Windows API: CreateProcess
30:30 - Homework
31:02 - Outro

Пікірлер
  • *CORRECTIONS/UPDATES/ETC.* THEME: Mayukai Reversal FONT: Iosevka (not in the video, but I'm using it now, and trust me, you'll love it) TYPING EFFECTS/ANIMATIONS: "Power Mode" from Visual Studio Marketplace 16:12 - I misspoke here, didn't mean to say "scripts." I meant "programs." Sorry about that! My brain was going through a segfault while making this video, so please pardon me if I say something stupid (still learning here as well :')). 20:34 - Once again, I misspoke here, I meant to say "L prefix" instead of "L macro", since "a character literal that begins with the L prefix is a wide-character literal". 21:19 - So, the MessageBox macro itself is set to MessageBoxW in the Win API, and it doesn't matter which compiler/ide you are using. When you use the MessageBox macro, the preprocessor will use either MessageBoxW or MessageBoxA, depending on the presence/absence of the *UNICODE/_UNICODE* preprocessor symbols. By default, in Visual Studio, new projects have UNICODE/_UNICODE defined so the MessageBox macro expands out to the MessageBoxW example we saw in the video. Thanks, @proferk! :) 25:42 - While this was true for Windows 10, in Windows 11, "MSPaint" has become a "Universal Windows Platform (UWP) app" and so, the location of this file is different. However, you could get the classic paint back with some tinkering, if you search for it. Thank you once again, @proferk! I'll be sure to add more as I come across them, thank you guys for bearing with me!

    @crr0ww@crr0ww Жыл бұрын
    • pin this comment

      @sumitftr@sumitftr Жыл бұрын
    • I've been getting more into programming lately and while I have no interest in malware, it's still fascinating to learn how things work in more detail. The way you explain things, keeping a good solid pace with no downtime, mixed with a good amount of humour and fun simple edits to keep the viewer engaged, I think you deserve a lot more attention! I had this video open from within a day of you posting it but just got around to finishing it now. Pleased to see you already made about 5k subscribers in that time, and I hope that incline keeps up.

      @darius_defiant@darius_defiant Жыл бұрын
    • @@darius_defiant thank you so much. seriously. comments like this make all of this all so worth it. i appreciate you taking the time to write out this message. it means so much to me

      @crr0ww@crr0ww Жыл бұрын
    • "My brain was going through a segfault", I feel you buddy

      @berksunduri4396@berksunduri4396 Жыл бұрын
    • what you use for creatinfg video and effects. really loved it .

      @madhureshminoshi4272@madhureshminoshi4272 Жыл бұрын
  • This windows malware development tutorial was approved by the Linux Community! Keep it up!

    @whoopsimsorry2546@whoopsimsorry2546 Жыл бұрын
    • True Linux enthusiast, writes Windows with a small 'w'.

      @janoslaszlovasik9161@janoslaszlovasik9161 Жыл бұрын
    • @@janoslaszlovasik9161 and Linux correctly ^^

      @th3j0t46@th3j0t46 Жыл бұрын
    • A man of culture 😂

      @justamanofculture12@justamanofculture12 Жыл бұрын
    • "The Linux Community" = probably runs some hipster flavor of Linux that doesn't last 3-5 years

      @BangBangBang.@BangBangBang. Жыл бұрын
    • @@BangBangBang. old = good

      @janoslaszlovasik9161@janoslaszlovasik9161 Жыл бұрын
  • I remember getting into C/C++ development and struggling with how complicated the windows API is. Glad to see nothing has changed.

    @avananana@avananana Жыл бұрын
    • I was shaking and crying in the shower while trying to learn it but I find comfort in that I am not alone in this journey.

      @opus_X@opus_X8 ай бұрын
    • you get the constant inner voice: I could learn quantum physics instead and it would feel like an accomplishment compared to know the obscurity of some OS

      @lowruna@lowruna7 ай бұрын
    • @@opus_X take a fucking OS course, it's not that hard.

      @jayocaine2946@jayocaine29466 ай бұрын
    • You should have seen it when it wasn't properly documented and you had to find your hooks the hardway. I have trust issues because of it.

      @xrunner55@xrunner553 ай бұрын
    • @@xrunner55 gosh

      @explorer_1113@explorer_1113Ай бұрын
  • as a new computer science college student with past experience with programming and cybersec, I am thrilled to see this developed into a full series, it's really inspirational for me right now

    @deadflesh1000@deadflesh1000 Жыл бұрын
    • I like bugs

      @la_sn3ak3r19@la_sn3ak3r19 Жыл бұрын
    • I like your profile picture! ^-^

      @CMDR_RileyAngel@CMDR_RileyAngel10 ай бұрын
  • 5:50 Hi, uni kiddo here. Your CPU can only do up to number of things at once. To give the illusion it can do more than that, it has what is called a "scheduler", which keeps track of the gazillion things your cpu should take care of and puts them in a nice ordered queue. *If you assign a higher priority to a process, the scheduler will allow that process to skip the queue and be executed sooner when other processes take too long* . Edit: i didn't expect you to go more in-depth on this specific topic, good job.

    @peppidesu@peppidesu Жыл бұрын
    • Boring shut up nerd (jkjk great pointpepsi)

      @HTWwpzIuqaObMt@HTWwpzIuqaObMt Жыл бұрын
    • @*S U C T I O N* how about you talk better smart ass

      @HTWwpzIuqaObMt@HTWwpzIuqaObMt Жыл бұрын
    • Correct explanation but there's one thing: core count does not equal the amount of threads. It differs from cpu to cpu and nowadays most cpu's support 2 threads per core

      @hexa3333@hexa3333 Жыл бұрын
    • lil bro forgot about hyperthreading and pipelining.

      @billmagundie6866@billmagundie6866 Жыл бұрын
    • .. you're making video about developing malware... .. yet you can't even define super basic things like API ... Is this coding comedy channel ?

      @Microphunktv-jb3kj@Microphunktv-jb3kj Жыл бұрын
  • Thank you yt algorithm for working properly for once and showing me this channel

    @blurredyt9918@blurredyt9918 Жыл бұрын
  • The amount of work that is being put into these videos is unbelievable. The explanations and overall script of the video is super fun and engaging!!

    @user-oy9iq9jo8v@user-oy9iq9jo8v11 ай бұрын
  • This is some S Tier cybersecurity content you have! There aren't much channels out there to learn the craft but yours made it quickly to the top off my list

    @lonelybiscuit243@lonelybiscuit243 Жыл бұрын
  • This is one of the best video tutorials on this subject that I've seen so far. It's good, concise, goes to the point, entertaining and actually a break from the more motonous security focused tutorials. Keep up the good work, waiting for the next video.

    @0xlich@0xlich Жыл бұрын
  • This is such an awesome introduction! The formatting makes it so easy to understand what would otherwise be boring and complex topics, looking forward to the next one! 💜

    @lavender0666@lavender0666 Жыл бұрын
    • :'(

      @crr0ww@crr0ww Жыл бұрын
  • Just started doing cybersecurity at university but it doesn't involve actual malware development, just theory. So glad I found this channel, full of great content.

    @carn941@carn941 Жыл бұрын
  • I'm so glad I bumped into this video after having learned concurrent systems and microprocessor programming at college, so I can actually understand everything you are teaching us here. Keep this up! The blog is also extremely well written!

    @red_noise_bomb@red_noise_bomb Жыл бұрын
    • thank you so much! :D im so glad you liked it (and the blog too :p) i appreciate it

      @crr0ww@crr0ww Жыл бұрын
  • This is stuff that I already knew, but this video delivers the knowledge way faster that the few weeks it took me to learn this on my own. Very interested in what is to come.

    @Noobificado@Noobificado Жыл бұрын
    • aw man that’s so great to hear! yeah, this video was intended for all levels; trying to make this as clear as i can for everyone :D thank you so much for the nice comment!

      @crr0ww@crr0ww Жыл бұрын
  • Extra fun fact, the guy that originally made the task manager has a KZhead channel called "Dave's Garage", that also has lots of interesting stuff to learn

    @kipchickensout@kipchickensout Жыл бұрын
    • :O i’ll def give him a look, i’ve heard of dave’s garage a couple of times; had no idea that he freaking made the task manager tho that’s insane! tysm for commenting :D

      @crr0ww@crr0ww Жыл бұрын
    • @@crr0ww no problem :D

      @kipchickensout@kipchickensout Жыл бұрын
    • What seriously? When the guy said he could probably make a windows app in just machine language I thought he was a big shot.

      @puppergump4117@puppergump411711 ай бұрын
  • I'm really looking forward to the series! Already loved the in-depth explanation here even though I already knew most of things.

    @jandalfDerNice@jandalfDerNice Жыл бұрын
  • I just accidentally stumbled across this channel. Thanks to the algorithm gods. And by God this is the longest I have been indulged So much in a video. The way you simplified things for a beginner like me made me so much more interested that I also went to read more about the process and threads. Thanks man.❤

    @areeburrehmankhan1166@areeburrehmankhan1166 Жыл бұрын
    • thank you so so so much for the super kind words, i appreciate it so much! i’m glad you found some use out of this video :D

      @crr0ww@crr0ww Жыл бұрын
    • Yes, same here and the way he explains things ♥️, thanks crow

      @cig_in_mouth3786@cig_in_mouth3786 Жыл бұрын
  • My god finally a good explanation of processes, handles and threads, I knew most of it but missed so many tiny information and that changes everything. Keep up the good work my friend you're a really good teacher

    @bapoTV@bapoTV Жыл бұрын
  • wow, finally a video that doesn't stop at the surface level definitions and goes into some depth with witty commentary. love it!

    @jaitjacob@jaitjacob Жыл бұрын
  • This is so freaking cool, I've waited waaay too long for a channel who does content like this and shows it in an entertaining way, peace my dude

    @alec3217@alec3217 Жыл бұрын
    • aw thank you so much! that means so much to me :’D

      @crr0ww@crr0ww Жыл бұрын
    • ​@@crr0ww I'm also working on an irc botnet example in python (very impractical but I probably can do way more in it than in any other language) probably gonna take a lot of inspiration from the video series

      @alec3217@alec3217 Жыл бұрын
  • I love your editing style - made the content so easy to consume

    @khaelkugler@khaelkugler Жыл бұрын
    • Beta consoooomer vs alpha programmer

      @nictibbetts@nictibbetts Жыл бұрын
    • I disagree, I feel the opposite. The content is jumpy and all over the place, and really could be condensed into a blog post

      @yes-ni1od@yes-ni1od Жыл бұрын
  • You sir, have a gift. I have never seen someone explain these concepts in such an entertaining way. Brilliant video

    @moss4477@moss44776 ай бұрын
  • Yesterday i started malware dev. Today i logged in to an account i hadnt used in months and opened youtube. I see this on my home feed. Illuminati confirmed

    @legendrags@legendrags Жыл бұрын
    • GET THE TINFOIL HATS; aluminum naughty is everywhere 😰

      @crr0ww@crr0ww Жыл бұрын
  • Seems like the algorithm wants to bless you my guy.

    @yay8507@yay8507 Жыл бұрын
  • never have i subbed sooner. i rarely feel like i’ll love a YTers content by the first 30 seconds but i am instantly loving it. your vibes, you’re funny, the topic is extremely fun to learn about (i’m a software dev). keep it up!! i love this

    @ttj_@ttj_11 ай бұрын
  • one of the best tech related videos ive ever seen, the pace, editing, and content places me exactly in a cutting edge subject and keeps me engaged. other creators would be wise to take note

    @totoroid@totoroid Жыл бұрын
  • KZhead recommendations actually giving me good videos! Glad that I could find this since WinAPI was one of those subjects that no one really talked about, but can be so powerful (for both good and bad, so maybe a bit of a taboo topic too haha). Sticking around to hopefully see more come out of this series!

    @rockythesolidrock@rockythesolidrock Жыл бұрын
  • Dude you really deserve more subscribers. Your content is great as hell.

    @TexRon-jz5uc@TexRon-jz5uc Жыл бұрын
  • Although I understand all the concepts, I really enjoyed the way you described everything and with detail. Please continue ✅

    @coder_rc@coder_rc Жыл бұрын
  • This is one of the best CS videos I’ve seen. Super engaging and very informative.

    @superghettoindian01@superghettoindian01 Жыл бұрын
  • Man you're brilliant, I remember when I started learning reverse engineering and all I had were those mumbling alien-like books that were torture to read, you're a rescue from heavens for anyone starting, I wish you existed earlier

    @mohammedalsayed3508@mohammedalsayed3508 Жыл бұрын
  • Keep going with this series please! Really enjoyed it and it’s breeze to watch! Well done

    @joaoduarte567@joaoduarte56711 ай бұрын
  • I really enjoyed this, some really great insight. You are a good teacher! I hope you will continue this series, great work and keep it up!

    @Raham98@Raham98 Жыл бұрын
  • this is by far the most absorbable learning i've ever experienced in my life... damn dude you are an amazing teacher, i was engaged the entire time. most IT-field-ish videos consist of some white dude staring into a camera speaking for half an hour in the most monotone voice and just makes you want to end it all lmfao

    @memeperor_@memeperor_ Жыл бұрын
  • this is huuuge , many many years of experience dumped into a informative and funny video - great work !

    @m1mk2901@m1mk2901 Жыл бұрын
  • 11:25 crow you know we want an alphabet with crow video now

    @peppidesu@peppidesu Жыл бұрын
    • 🚨NEW SERIES ALERT 🚨

      @crr0ww@crr0ww Жыл бұрын
  • This is the next big thing on KZhead.. you are soo good at explaining these complex ideas. Keep em coming

    @scottkeita@scottkeita Жыл бұрын
  • Kids don't wanna learn that they wanna learn Python. It brings a tear to my eye seeing you do this I'm so proud.

    @luckybutunlucky8937@luckybutunlucky8937Ай бұрын
  • Crow the editing is so good 😭😭😭 Video's fire like always 🔥🔥🔥🔥

    @NightlockHayze@NightlockHayze Жыл бұрын
    • thank you so much, jessi

      @crr0ww@crr0ww Жыл бұрын
  • This is some entertaining and useful information. You make this stuff super fun! Keep this stuff up dude, it's good content!

    @camel_2992@camel_2992 Жыл бұрын
  • I love your style! And your introductory explanation of RSA math was perfect. I will be around for the series 🤝🏻

    @morezco@morezco Жыл бұрын
    • thank you so much! that’s so kind of you :D

      @crr0ww@crr0ww Жыл бұрын
  • this is the new way that education should/will be done. it's impossible to sit through 20-30 minutes of dry educational video but stuff like this and what patrick collins does is great

    @manfrombritain6816@manfrombritain6816 Жыл бұрын
    • 0 attention span zoomer moment

      @AnotherVGP@AnotherVGP Жыл бұрын
    • @@AnotherVGP i can't help if something doesn't interest me, and whatever's going on in my mind is more interesting instead

      @hiddendrifts@hiddendrifts11 ай бұрын
  • the plastic water bottle is my favorite character of this series. can't wait for season 2

    @killjaqular@killjaqular Жыл бұрын
    • the main antagonist of my videos XD thank you so much for commenting! :)

      @crr0ww@crr0ww Жыл бұрын
  • You sir are a genius. Used to toy with these Win32 API documentations when I was younger and had pretty much forgotten most of it - when I came across your video. That was nearly two decades ago and seeing your video brings back some fond memories. Thank you! AND YOU EXPLAINED IT MAGNIFICENTLY. Haven't seen anyone doing it better. If only we had KZhead and people like you to teach us back in the days rather than the CHM and books that we dug through ...

    @black_wolf365@black_wolf365 Жыл бұрын
    • He is a genius, he explained what we used 20 years ago. You guys....

      @marvin.toyboy@marvin.toyboy9 ай бұрын
  • It crazy how such a seemingly thorough, well made, and high effort video like this didn’t pop off. Keep up the good work!

    @DeDaft@DeDaft Жыл бұрын
    • ??? 130k views is pretty popped off

      @SebiBubble@SebiBubble Жыл бұрын
  • Just found you and boy you are a legend. I'm not even bored watching a system development video

    @thafuga7979@thafuga7979 Жыл бұрын
  • Such a great video! Can't wait to see the next episodes! Really useful to grasp windows internals :)

    @sharkonet3636@sharkonet3636 Жыл бұрын
  • Thank you for the opportunity

    @abimbolaobadare6691@abimbolaobadare6691 Жыл бұрын
  • You are witty in a nerdy way. Liked the line: Ram be gone I mean chrome.

    @apoorvgupta820@apoorvgupta820 Жыл бұрын
  • Exciting af, proud sub!

    @pabloqp7929@pabloqp7929 Жыл бұрын
  • Cant wait to use this newfound knowledge for educational purposes only

    @Chips4Real1@Chips4Real1 Жыл бұрын
  • dude, if there's something I hate in Infosec - it's memory and all that hangs around it... allocation, winlocation, heap-location, trepidation .. even boob-location - but I like your style and heck, let's give it another go... excellent style of content creation.. everybody who wants to dwell into processes and threads should go to your school of "present with humor or ... ***& *** ... go to web exploits". keep 'em coming

    @docmalitt@docmalitt Жыл бұрын
  • Damn did I just found a coding youtuber that goes into depth and explains things throughly? AND FUNNY ASWELL??? Subbed. Looking forward to the next video! Now I'll go and binge watch all of your previous videos :)

    @Momoyon@Momoyon Жыл бұрын
    • AAAA MY HEART, thank you so much :’)

      @crr0ww@crr0ww Жыл бұрын
    • Ok now this is epic

      @Alex-ck4in@Alex-ck4in Жыл бұрын
    • Looks like you've not checked many channels but this fella is nice nonetheless

      @unknownlordd@unknownlordd Жыл бұрын
    • Same thing here. I haven't clicked the subscribe button so quickly in a long time.

      @migla2000@migla2000 Жыл бұрын
    • You know what's best? no Indian accent.

      @Glori4n@Glori4n Жыл бұрын
  • Just found this channel, seems like a hidden gem!

    @cCra3nial9b3underer5@cCra3nial9b3underer5 Жыл бұрын
  • This is amazing bro! Keep it going, looking forward for next part

    @near6050@near6050 Жыл бұрын
  • Learned a lot but most importantly, kept smiling the entire time. Please don't stop making these. :)

    @s1nister688@s1nister688 Жыл бұрын
    • ❤️🥹

      @crr0ww@crr0ww Жыл бұрын
  • Great video! really looking forward to part 2

    @BeakedWord83@BeakedWord83 Жыл бұрын
  • I'm watching this so that I can defend myself against malware and for no other reason, thank you.

    @rayecast@rayecast Жыл бұрын
  • Dude this is exactly my internship subject 🎉🎉🎉🎉 ( already did most of the work but it is nice to see the algorithm finally suggesting something i will TRULY APPRECIATE) (BZ SUCH VIDEOS ARE A SIGN OF A MAN WHO UNDERSTOOD HIS SHIT COMPLETELY AND NOT JUST READ ABT IT AND APPLIED IT ) NOICEEE

    @brahimoukhouya5888@brahimoukhouya5888 Жыл бұрын
  • Bro you don’t have to apologize. Unfinished side projects and unfinished curations is part of this lifestyle m. Ya heard!

    @philmirez@philmirez Жыл бұрын
  • This is both incredibly entertaining and educational. I was chuckling all the way through taking notes lol

    @CHAP_SEC@CHAP_SEC2 ай бұрын
  • I think this is the very first time i will actually SMASH that like button, comment and sub! For sure sharing your videos to others that are in the industry as well. Great work man!

    @blackxmods@blackxmods Жыл бұрын
    • i appreciate you!! thank you so much! :D ❤

      @crr0ww@crr0ww Жыл бұрын
  • Very informative and presented in a way that isn't hard to digest. Very good video, keep it up !

    @TurboWindex@TurboWindex Жыл бұрын
  • KZhead recommendations, thank you. I don't comment much on vidoes, but I had to on this one. The editing is splendid and very much attended to detail. Only 3:47min in and I'm already hooked even when I wasn't gonna watch this. Keep up the good work. Hopefully this video blows up more and you'll get a bigger audience, you deserve it.

    @epi560@epi560 Жыл бұрын
    • thank you so much for commenting, epi. you just made my entire day. i appreciate it so much ❤️🥹

      @crr0ww@crr0ww Жыл бұрын
  • Damn, i wish my lectures explained the way you explained 😢...

    @noneoftheabove940@noneoftheabove940 Жыл бұрын
  • One of the best engaging content for malware devlopment series. Keep going and keep helping ❤

    @ujagan2268@ujagan22689 ай бұрын
  • Your videos are nothing but amazing. So fun to watch and very informative. Thanks for doing this, please, keep it going!

    @segdesc@segdesc2 ай бұрын
  • I was only tangentially interested in this video because of the big M word. I'm not new to many of the concepts you described, but definitely my IT profession is not in M word analysis, reversing, design, programming in C, or working with Windows' API. I even procrastinated watching this because of the 30 minute runtime. This was the most interesting and engaging informational video I have ever enjoyed.

    @ghoul8402@ghoul8402 Жыл бұрын
    • i really REALLY appreciate that, Ghoul. thank you so much, comments like these make all of this so so so worth it. i’m glad you enjoyed it :) ❤️

      @crr0ww@crr0ww Жыл бұрын
  • Hardcore programmer here :D --- I approved your tutorial so useful information

    @ivandrofly@ivandrofly Жыл бұрын
  • This was a great video. Good balance of derp and knowledge. I look forward to watching more! Btw, nice thumbnail too.

    @p20ph37@p20ph37 Жыл бұрын
    • hehe thank you so much! :)

      @crr0ww@crr0ww Жыл бұрын
  • Just got recommended this, really cool video. This channel has so much potential! Also your voice is very soothing :)

    @b3at1@b3at1 Жыл бұрын
    • aw thank you so much! that makes me really happy to hear :) thanks for watching and commenting!!

      @crr0ww@crr0ww Жыл бұрын
  • please continue with this series!

    @malcoder@malcoder Жыл бұрын
  • Best youtube video I`ve seen in a while. Lots of information and supper funny

    @viniciusaraujo2376@viniciusaraujo2376 Жыл бұрын
  • Saving this to my watch later in case I need this information later

    @ahuman32478@ahuman32478 Жыл бұрын
  • I have been looking EVERYWHERE for this type of content :D

    @TangyWaterpark@TangyWaterpark Жыл бұрын
  • well done buddy keep it up, can't wait for the next one

    @mixcraft3578@mixcraft3578 Жыл бұрын
  • I was just studying Win32 apps this semester and i stumble upon this... Pure joy

    @aethro4375@aethro4375 Жыл бұрын
  • This is a great video! Both very educational and entertaining.

    @Limegreenslice@Limegreenslice Жыл бұрын
  • Awesome video! Love to see some new creators, especially in the malware field!🔥👀

    @CosmodiumCS@CosmodiumCS Жыл бұрын
    • : O IT’S YOU! I LOVE YOUR VIDEOS ❤️❤️ (and thank you so much! :))

      @crr0ww@crr0ww Жыл бұрын
  • New subscriber. You earned it. Keep up the witty content, crisp editing and educational content. I especially like how you are not afraid to give provocative opinions. Most tech content creators are.

    @GengoSenmon@GengoSenmon9 ай бұрын
  • My favorite crow and rat. Top notch content

    @Mauzy0x00@Mauzy0x00 Жыл бұрын
    • aw thank you so much!! :D

      @crr0ww@crr0ww Жыл бұрын
  • Windows API is very well documented! Mad respect for Microsoft because of it.

    @killjaqular@killjaqular Жыл бұрын
  • This is definitely an underrated channel. Subbed. Edit: bruh, screw working right now, gonna binge out on this 🍿

    @GalokVonGreshnak@GalokVonGreshnak Жыл бұрын
  • You’re like the meme version of Ben Eater. Great video Crow, I throughly enjoyed your explanations. Subscribed!

    @vinayyuvashankar7842@vinayyuvashankar7842 Жыл бұрын
    • that's literally the best compliment i've ever received in my life. thank you so much

      @crr0ww@crr0ww Жыл бұрын
    • well put,

      @elkhayder@elkhayder Жыл бұрын
  • great video, im looking forward to the next ones!

    @thinkingRN@thinkingRN Жыл бұрын
  • You should upload more videos based on your knowledge this is amazing !

    @corel965@corel965 Жыл бұрын
  • imagin in the next outro you can say close to 10'000 subs KEKW Nice video btw can't wait for the next one

    @derlenny4421@derlenny4421 Жыл бұрын
  • Great video. It's nice to see something unique in CS content :)

    @conaticus@conaticus Жыл бұрын
  • Good lord this channel is going to blow and i am happy to find it at it's early age new SUB!!!

    @abelkidanemariam6485@abelkidanemariam6485 Жыл бұрын
    • it is going to puff up a lot due to the quality, yet I think blow up could only be used in channels related to the mainstream, more peaople are going to look for tik tok dances instead of valuable knowledge, sadly.

      @lil_ToT-XFZ1@lil_ToT-XFZ110 ай бұрын
  • So good!! I also appreicate the humor as it's right up my ally. So excited to see your next video!

    @diegocastillo4836@diegocastillo4836 Жыл бұрын
  • From 1000 to 25000 subs in 12 days 😮 amazing man! keep it up

    @creed404@creed404 Жыл бұрын
    • wow truly amazing

      @untemi0@untemi0 Жыл бұрын
    • crazy, crazy the MIT Quantum mechanics course only gets about 50k views, this must be very valuable knowledge 0-0

      @lil_ToT-XFZ1@lil_ToT-XFZ110 ай бұрын
  • Underrated channel.. pretty funny...makes boring shit less boring

    @nick4636@nick4636 Жыл бұрын
    • that’s the plan ;) tysm for commenting! ❤️ :D

      @crr0ww@crr0ww Жыл бұрын
  • Wow, this is very nice. Awesome video, awesome explanation, thank you for this great intro to malware development, I can't even imagine the amount of OSCE's that will arise from this sort of videos. One more sub

    @diegocastillo6470@diegocastillo64707 ай бұрын
  • You're literally best teacher I'd ever seen, I was watching this tutorial while my online class was going on and you know what I forgot about my class and was absent at the time of attendance. Lol : ) Loved this amazing tutorial............Let's focus on the assignment know : ) Subscribed !

    @not_human...@not_human...8 ай бұрын
  • I'm glad KZhead recommended your video

    @ZixPainGamer@ZixPainGamer8 ай бұрын
  • This is a very good refresher for Operating Systems concepts and principles. I checkout your channel and I see that you have very high quality videos, instant subscribe.

    @konstantinrebrov675@konstantinrebrov675 Жыл бұрын
  • Thanx, crow. This is a good channel that im glad to have found.

    @justadrop1317@justadrop1317 Жыл бұрын
  • How in the hell do you only have 3k Subscribers? I guarantee you you´ll blow up this year

    @jonas7438@jonas7438 Жыл бұрын
  • This is also a really nice video on just processes, threads, etc.

    @yash3shinde@yash3shinde7 ай бұрын
  • i've been working with application security and pentesting and for some time I wanted to learn some malware dev, this video was the perfect start for it. it was really well done, thanks

    @brmenna@brmenna Жыл бұрын
    • Could you tell me which skills i have to get to become app security!?please

      @QURAN_010@QURAN_010 Жыл бұрын
    • Could you tell me which skills i have to get to become app security!?please

      @QURAN_010@QURAN_010 Жыл бұрын
  • I like all these new bird channels my yt is recommending me now

    @Jennn@Jennn Жыл бұрын
KZhead