High Voice Computing
High Voice Computing
  • Видео 93
  • Просмотров 184 847
Generate .NET source whilst using WinDBG. Use the netext plugin to generate source.
Generate .NET source whilst using WinDBG. Use the netext plugin to generate source.
Chapters
---------
0:15 Introduction
0:44 Netext plugin
1:31 WinDBG
3:25 Generate Source
5:17 Breakpoint
6:56 Summary
links
-------
github.com/rodneyviana/netext
Attributions:
Music : www.bensounds.com, audionautix.com
Music: www.purple-planet.com
images : www.pexels.com
Music I Use: Bensound.com/free-music-for-videos
License code: GVIYS7WZWZC2XF0N
Music by: Bensound.com/royalty-free-music
License code: YWQ0P0TJTTZNLKSS
Links
------
highvoice.man.5
highvoiceman
Просмотров: 158

Видео

Rust crash debugging using WinDBG. Viewing variables and stack of a crashed rust application
Просмотров 2168 месяцев назад
Rust crash debugging using WinDBG. A quick demo of viewing variables and stack of a crashed rust application Chapters 0:14 Introduction 0:48 Source Code 3:24 WinDBG 7:22 Summary links www.rust-lang.org/tools/install Attributions: Music : www.bensounds.com, audionautix.com Music: www.purple-planet.com images : www.pexels.com Music by Bensound Music: Bensound License code: EFCL9AHCD6D5HCIS Music ...
Rust debugging using WinDBG. A quick demo of stepping through a Rust application.
Просмотров 3279 месяцев назад
Rust debugging using WinDBG. A quick demo of stepping through a Rust application. Chapters 0:14 Introduction 1:04 Demo Application 2:34 Shadowing 2:55 WinDBG Demo 3:38 View local variables 5:30 Rust string 6:41 Summary links www.rust-lang.org/tools/install Attributions: Music : www.bensounds.com, audionautix.com Music: www.purple-planet.com images : www.pexels.com Music by Bensound License code...
Pseudo registers within WinDBG. Use these registers to help script commands
Просмотров 15911 месяцев назад
Pseudo registers within WinDBG. Use these registers to help script commands Chapters 0:14 Introduction 0:55 Pseudo Register Syntax 1:17 exentry register 2:57 Display exception message 6:49 Summary links learn.microsoft.com/en-us/windows-hardware/drivers/debugger/pseudo-register-syntax Attributions: Music : www.bensounds.com, audionautix.com Music: www.purple-planet.com images : www.pexels.com R...
Exception & Event control within WinDBG. Learn to enable or ignore exceptions.
Просмотров 287Год назад
Exception & Event control within WinDBG. Learn to enable or ignore exceptions. Chapters 0:15 Introduction 0:33 Exception Handling 3:00 Run Commands 4:58 Sub Commands 6:19 Exceptions via code 6:33 Exceptions via settings 7:06 Summary links learn.microsoft.com/en-us/windows-hardware/drivers/debugger/controlling-exceptions-and-events Attributions: Music : www.bensounds.com, audionautix.com Music: ...
Introduction to Javacripting within WinDBG. Write a simple script file and run it.
Просмотров 322Год назад
Introduction to Javacripting within WinDBG. Write a simple script file and run it. Chapters 0:13 Introduction 0:36 HelloWorld 2:54 Initialize Functions 3:44 Modern Syntax 4:16 Execute Functions 6:03 Function Parameters 6:56 Flow control 7:45 WinDBG Commands 9:29 Summary links Attributions: Music : www.bensounds.com, audionautix.com Music: www.purple-planet.com images : www.pexels.com Music: ben...
Introduction to Scripting within WinDBG. Write a simple script file and run it.
Просмотров 437Год назад
Introduction to Scripting within WinDBG. Write a simple script file and run it. Chapters 0:13 Introduction 0:33 Demo 0:53 Run Script 2:12 Passing Parameters 3:20 If statements 5:38 Summary links Attributions: Music : www.bensounds.com, audionautix.com Music: www.purple-planet.com images : www.pexels.com Music by Bensound License code: YN3T1KTPL5Q44N9N Music by www.bensound.com License code: B7V...
View class members in a release mode optimised application using WinDBG
Просмотров 121Год назад
View class members in a release mode optimised application using WinDBG Chapters 0:15 Introduction 0:38 Sample Application 1:57 Initial Breakpoint 2:40 Assembler Listings 5:45 Listings for types 7:16 Inspecting memory links Attributions: Music : www.bensounds.com, audionautix.com Music: www.purple-planet.com images : www.pexels.com Music: Bensound.com/free-music-for-videos License code: FGUZSY0...
View local variables in a release mode optimised application using WinDBG
Просмотров 249Год назад
View local variables in a release mode optimised application using WinDBG Chapters 0:15 Introduction 0:47 Setup 4:52 Assembler listings 8:22 view local variable 9:26 View constants 12:02 Function arguments 13:59 Summary links Attributions: Music : www.bensounds.com Music I use: Bensound.com License code: 7IFTFNOQWN3NFJJT Music by: Bensound License code: SRGD8HUOROR1PZWA Music : audionautix.com ...
How Stack registers work within WinDBG. An explanation of the Base and Stack Pointer registers
Просмотров 279Год назад
How Stack registers work within WinDBG. An explanation of the Base and Stack Pointer registers Chapters 0:16 Introduction 0:35 WinDBG Demo 1:47 Register Explanation 3:06 Disassembly 6:14 Stripped Symbols 8:11 Stack frame view 9:07 Summary links www.dependencywalker.com Attributions: Music : www.bensounds.com, audionautix.com Music: www.purple-planet.com images : www.pexels.com Intel CPU Core i7...
How CPU registers work within WinDBG. An explanation of 2 registers
Просмотров 281Год назад
How CPU registers work within WinDBG. An explanation of the Accumulator and Instruction Pointer registers Chapters 0:15 Introduction 0:48 WinDBG Demo 1:31 Registers 3:52 Accumulator 4:33 Instruction Pointer 6:06 Summary links www.dependencywalker.com Attributions: Music : www.bensounds.com, audionautix.com Music: www.purple-planet.com images : www.pexels.com Intel CPU Core i7 6700K Skylake top ...
Javascript Memory profiling within visual studio code.
Просмотров 1,7 тыс.Год назад
Javascript Memory profiling within visual studio code. Profile nodejs without leaving the vscode IDE Chapters 0:16 Introduction 0:49 Visual Studio Code 1:43 Profile from VSCode 3:13 View heap profile 5:23 Heap snapshot 7:12 Programmatic snapshot 9:10 Summary Attributions music : www.bensounds.com, audionautix.com images : www.pexels.com Links highvoice.man.5 highvoiceman
Javascript NodeJS CPU profiling within visual studio code IDE
Просмотров 2,3 тыс.Год назад
Javascript NodeJS CPU profiling within visual studio code. Profile nodejs without leaving the vscode IDE Chapters: 0:16 Introduction 0:56 Demo 1:41 Profiling via debugger 6:07 Profiling via code 7:54 Summary Attributions music : www.bensounds.com, audionautix.com images : www.pexels.com Links highvoice.man.5 highvoiceman
Bluescreen analysis & details using Windbg & MSDN.
Просмотров 1,1 тыс.Год назад
Bluescreen analysis & details using Windbg & MSDN. Chapters 0:15 Introduction 1:30 Open Dump 3:53 Search MSDN 5:42 Analyze deeper 9:13 Find faulting module 15:32 Summary links www.dependencywalker.com Attributions: Music : www.bensounds.com, audionautix.com Music: www.purple-planet.com images : www.pexels.com Video by cottonbro from Pexels Video by Pixabay: www.pexels.com/video/data-encrypting-...
Run Debug mode without visual studio. This video shows how to fix dependency errors with debug mode
Просмотров 456Год назад
Run Debug mode on computer without visual studio. This video shows how to fix dependency errors with debug mode Chapters 0:18 Introduction 0:57 Sample Program 2:05 Depends.exe 4:12 Dependency Folders 6:11 Remote computer 7:51 Summary links www.dependencywalker.com Attributions: Music : www.bensounds.com, audionautix.com Music: www.purple-planet.com images : www.pexels.com Video by cottonbro fro...
Missing Variable and Function debugging using WinDBG. Find the missing variable and function
Просмотров 387Год назад
Missing Variable and Function debugging using WinDBG. Find the missing variable and function
Release mode debugging. The debugger steps , backwards !!
Просмотров 556Год назад
Release mode debugging. The debugger steps , backwards !!
Advanced PerfView. Debugging a memory issue for .NET framework.
Просмотров 956Год назад
Advanced PerfView. Debugging a memory issue for .NET framework.
Time Travel Timeline debugging by stepping forwards and backwards using timelines
Просмотров 404Год назад
Time Travel Timeline debugging by stepping forwards and backwards using timelines
More Advanced time travel debugging by stepping forwards and backwards with WinDBG
Просмотров 572Год назад
More Advanced time travel debugging by stepping forwards and backwards with WinDBG
Introduction to advanced time travel debugging. WinDBG, can step BACKWARDS !
Просмотров 1,7 тыс.Год назад
Introduction to advanced time travel debugging. WinDBG, can step BACKWARDS !
Advanced conditional breakpoints in WinDBG. Another technique to set a conditional breakpoint.
Просмотров 390Год назад
Advanced conditional breakpoints in WinDBG. Another technique to set a conditional breakpoint.
Arbitary .shell commands. Launch shell commands from within WinDBG
Просмотров 73Год назад
Arbitary .shell commands. Launch shell commands from within WinDBG
.NET and C++ mixed mode exception debugging using WinDBG. View .NET and native exceptions.
Просмотров 333Год назад
.NET and C mixed mode exception debugging using WinDBG. View .NET and native exceptions.
.NET and C++ mixed mode debugging using WinDBG. View memory and stacks that is native and managed
Просмотров 637Год назад
.NET and C mixed mode debugging using WinDBG. View memory and stacks that is native and managed
Debug a windows service using WinDBG. Some techniques to try when attaching WinDBG
Просмотров 2,6 тыс.Год назад
Debug a windows service using WinDBG. Some techniques to try when attaching WinDBG
BSOD Explanation about Overheating CPU errors. General explanation on CPU overheating.
Просмотров 2,8 тыс.Год назад
BSOD Explanation about Overheating CPU errors. General explanation on CPU overheating.
BSOD Explanation about Hardware Memory errors. Description on 2 kinds of hardware memory error.
Просмотров 597Год назад
BSOD Explanation about Hardware Memory errors. Description on 2 kinds of hardware memory error.
BSOD Explanation about IRQL_NOT_LESS_OR_EQUAL. General explanation on what this BSOD is about.
Просмотров 1 тыс.2 года назад
BSOD Explanation about IRQL_NOT_LESS_OR_EQUAL. General explanation on what this BSOD is about.
.NET core memory leak using PerfView. Analyze a .NET core memory dump, using PerfView.
Просмотров 4 тыс.2 года назад
.NET core memory leak using PerfView. Analyze a .NET core memory dump, using PerfView.

Комментарии

  • @jawedakhtar4475
    @jawedakhtar4475 10 дней назад

    😍❤

  • @jawedakhtar4475
    @jawedakhtar4475 10 дней назад

    gr8

  • @jameelahmed2801
    @jameelahmed2801 12 дней назад

    mistake, Ariane 4 successfully run for 16 years not 20 years. from 1988 to 2003

  • @KavyaThota-jg1gj
    @KavyaThota-jg1gj 13 дней назад

    Nyc

  • @Hackervires577
    @Hackervires577 16 дней назад

    Nice virus very dengures 😢😢

  • @geoffphillips5293
    @geoffphillips5293 17 дней назад

    Handle leaks drive me mad over the years. Often they lie in something outside your control, some external library or internal facet of what you are doing. Process Explorer is useful, especially when you can't single step, since it shows a breakdown of handles, and there are often clues as to what might have created them. Favourite error for me is createprocess, and closing both the thread and the process handles afterwards - or rather forgetting to do that. Then you come across as I've just done CListbox SetCurSel() using up a handle for no apparent reason, but perhaps eventually cleaning up- who knows - but makes it impossible to work out when it's in amongst other things coming and going.

  • @HeatingUpDuke
    @HeatingUpDuke 25 дней назад

    This is "learn how to LAUNCH a debugger with node", not "use"

  • @yamikanikhondowe1157
    @yamikanikhondowe1157 25 дней назад

    Thanks I really appreciate the video

  • @rubend.d.a3154
    @rubend.d.a3154 28 дней назад

    very nice thx! what's your vs code theme ?

  • @sarojmishra5169
    @sarojmishra5169 Месяц назад

  • @mousarar2
    @mousarar2 Месяц назад

    Great video , really helpful in understanding the core concepts

  • @calibratedape7044
    @calibratedape7044 Месяц назад

    Thanks man.

  • @danielsanpedro1076
    @danielsanpedro1076 Месяц назад

    Hi, I think I have a deadlook on Default Task Scheduler, but not able to follow your steps ... are there another way to check the threads ? Thank you in advance 0:000> !mwaits Examining SyncBlocks... Scanning for ReaderWriterLock instances... c0000005 Exception in C:\lib\sosex.mwaits debugger extension. PC: 00000623`000243b2 VA: 00000264`788af000 R/W: 0 Parameter: 00000000`00000000 0:000> !threads ThreadCount: 367 UnstartedThread: 0 BackgroundThread: 327 PendingThread: 0 DeadThread: 31 Hosted Runtime: no

  • @InshuMussu
    @InshuMussu Месяц назад

    Thanks. this video halped me alot.

  • @LL2022-ni6vo
    @LL2022-ni6vo Месяц назад

    Strangely, highliting the exact memory adress in notepad++ does not highlight other within the range of 4 bytes. Do you use some plugin or expression? BTW. my stack has no missing frames for some reason. 0:000> k # ChildEBP RetAddr 00 006ff704 00de6773 ConsoleApplication1!main+0x8e [C:\Users\PC\Source\Repos ullptrexception1\ConsoleApplication1.cpp @ 19] 01 006ff724 00de65c7 ConsoleApplication1!invoke_main+0x33 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 78] 02 006ff780 00de645d ConsoleApplication1!__scrt_common_main_seh+0x157 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 03 006ff788 00de67f8 ConsoleApplication1!__scrt_common_main+0xd [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 04 006ff790 75c5fcc9 ConsoleApplication1!mainCRTStartup+0x8 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 05 006ff7a0 77307c5e kernel32!BaseThreadInitThunk+0x19 06 006ff7fc 77307c2e ntdll!__RtlUserThreadStart+0x2f 07 006ff80c 00000000 ntdll!_RtlUserThreadStart+0x1b

  • @marianionita3282
    @marianionita3282 2 месяца назад

    What's the alternative of fuslogw for .net core?

  • @huhollera
    @huhollera 2 месяца назад

    Thank you for such a useful video and for making such an effort to speak in such clear English - I appreciate if you're not a native English speaker that it can be tempting to 'do your best' but making so much effort to clearly speak really helps - thank you. I hope this comment is taken in the generous and grateful way it is intended.

  • @user-gy3ii4ol1s
    @user-gy3ii4ol1s 2 месяца назад

    you are my god!!! Looking forward to more

  • @jrpally
    @jrpally 2 месяца назад

    Interesting video, do you have info how to analyze dumps with a heap corruption? I mean heaps entries corrupted

  • @DuckForPope
    @DuckForPope 2 месяца назад

    Thanks for this! I've subscribed for your windbg tutorials, they're excellent. I would really love to see some of your existing scripts that you mention. Do you have them online somewhere?

  • @deepdesale4601
    @deepdesale4601 2 месяца назад

    Great video. Learned a lot.

  • @bitblaster66
    @bitblaster66 3 месяца назад

    I remember getting this virus on my old AMSTRAD PC1512 Computer in the late 1980's.

  • @mithunmurthy9046
    @mithunmurthy9046 3 месяца назад

    Cant get the user stack trace to get working with gflags. Any tips ?

  • @thomaswright7270
    @thomaswright7270 4 месяца назад

    i used to make crts.. we used to put a warning sticker on the backfor gama radiation.

  • @premkumarsr4021
    @premkumarsr4021 4 месяца назад

    The CPU profile is not visible in the call stack view. Pls help me to fix this. Also pls help me how to do CPU profiling for C++ code

  • @Arturas1244
    @Arturas1244 4 месяца назад

    today antivirus corps make viruses and sell antivirus programs doing same stuff

  • @lucsky2538
    @lucsky2538 4 месяца назад

    Short, sweet, and incredibly informative. Thank you.

  • @GuiRibe548
    @GuiRibe548 4 месяца назад

    You saved my life!

  • @nikitakononets6025
    @nikitakononets6025 4 месяца назад

    Can "memory management" be one of the bsod codes that comes with cpu overheating? I just getting it constantly alongside with cpu overheat message.

  • @SystemScan101
    @SystemScan101 5 месяцев назад

    Love your vid dude thanks 👍

  • @linuxlove1912
    @linuxlove1912 5 месяцев назад

    Thanks...!!!

  • @NewBeliefs
    @NewBeliefs 6 месяцев назад

    Why are you lying to people? It has already been proven to have an effect on people. You aim must be to confuse people.

    • @amandahugenkiss
      @amandahugenkiss Месяц назад

      No it hasn’t. Studies have shown it’s not real.

  • @Joe-fn7ex
    @Joe-fn7ex 6 месяцев назад

    People are very ill from wifi, smart meters, bluetooth, cell phones, cell towers, and especially 5g. Discrediting people's illness and disabilities is very unhelpful to the people fighting for their basic human rights. Comparing the Sun and natural emf's to man made emf is not comparing apples to apples. This is false information and you should do some further research from unbiased sources. The industry owns much of the science so its very muddy waters when trying to find legitimate information. Would you put yourself in a microwave oven? Wifi is pretty similar. It might be low dose but we are exposed constantly. There is also medical codes so to say there is no diagnosis is again not true.

  • @patrickkehoe6434
    @patrickkehoe6434 6 месяцев назад

    There are so many studies showing the harms of EMF's it's embarrassing not to know. When you say they're "shown to not cause damage to cells" those studies only look for certain effects. Like wireless device safety tests, the only thing they test for is heating. So it's not cooking your brain, yay. But EMF's have been shown to cause damage in many other ways, like forcing open cell's calcium ion channels, harming acetylcholine receptors, and oxidative damage, all at levels well below safety standards. Oxidative damage is one of the main ways ionizing radiation hurts you. Both types of radiation cause toxic free radicals to form in the cells. That's actually the main ways ionizing radiation damages DNA, not directly. In previous studies of non-ionizing radiation they only looked to see if the waves themselves damaged DNA, which they don't so it was declared safe. But the free radicals caused by non-ionizing radiation does damage DNA causing cancer. All this knowledge is why the WHO organization reclassified it as potentially carcinogenic (which means it is, they're just not politically willing to say it yet.) There's a massive lawsuit against the FCC for untested 5G because all they test for is heating, while it's well known to cause other harms. They say it's "safe", then people like you parrot the word safe without knowing what they're actually testing for. The FCC is losing and has nothing, they've been stalling for a year and a half because they can't defend their deadly product.

  • @mrunderdawg2051
    @mrunderdawg2051 6 месяцев назад

    Thank you the only video that worked for me

  • @imveryhungry112
    @imveryhungry112 6 месяцев назад

    im too dumb to understand any of this stuff :(

  • @IrisGalaxis
    @IrisGalaxis 6 месяцев назад

    0:28 what the hell is this map

  • @funkblack
    @funkblack 6 месяцев назад

    So what would I do if my PC boots in bluescreen? Not even safemode would help it.

    • @WantBadtime
      @WantBadtime Месяц назад

      Either your system files are corrupted or you may have hardware issues, like bad RAM, HDD, etc. You can try booting into Safe Mode and see if it is a driver issue. Disable video drivers and do a rollback from a windows update.

  • @radhakrishnaduggirala973
    @radhakrishnaduggirala973 6 месяцев назад

    Very much useful information. Thanks a lot for your help

  • @FutanariNeko417
    @FutanariNeko417 6 месяцев назад

    Thank you, google search results are filled with copypasted AI generated articles of no value or vague Microsoft help answers, your video has been a lifesaver!

  • @oleksandrdiachuk2978
    @oleksandrdiachuk2978 7 месяцев назад

    I run the tool, but the only 2 applications I can see are PowerShell and TaniumClient. I restarted my hosted website but still no success

  • @JUSTY2
    @JUSTY2 7 месяцев назад

    Thank for the information , I'll the video to workhouse

  • @tails_the_god
    @tails_the_god 7 месяцев назад

    that programming language is CURSED

  • @mevscito
    @mevscito 7 месяцев назад

    Thank for your teaching

  • @mevscito
    @mevscito 7 месяцев назад

    Great explanation 🎉

  • @smithnigelw
    @smithnigelw 7 месяцев назад

    I’ve just discovered your channel. I’m finding your content very interesting and you explain things well and keep concise and to the point. I’m going to be looking through your previous videos. But I hope you continue to make new content. And I wish you success with all you do.

  • @maiaayaaoo7
    @maiaayaaoo7 7 месяцев назад

    Thank you

  • @maiaayaaoo7
    @maiaayaaoo7 7 месяцев назад

    Thank you for the video

  • @hydraxisjak2417
    @hydraxisjak2417 7 месяцев назад

    You're great my good man this helps a lot and points me in the right way even with the hiccups I go through along the way

  • @user-bh6kf9lg9m
    @user-bh6kf9lg9m 7 месяцев назад

    btw I think rust is somewhat terrible language, hard to work with without IDE( like rust plugin for intellJ)