Skip to content
 

(English) Norton’s quality of code in drivers

Нажаль, для цього посту немає перекладу … Але я пряцюю в цьому напрямку ;)

10 Comments

  1. Not sure I understand you. You want to take a look at source code of that AV Stress Tool I run in the video?

  2. Vadmyst says:

    That is why I prefer ESET products :)

  3. Zeroes says:

    Владимир я тут заметил что если сайт открывать не так
    http://www.shcherbyna.com/?lang=ru&lang=ua
    а например так
    http://www.shcherbyna.com/?lang=RU&lang=ua

    то он откроется в английской версии. поправить можно?

  4. Zeroes says:

    выше постом первая ссылка должна быть такой
    http://www.shcherbyna.com/?lang=ru&lang=ua

    те с ru открывает русская версия, а с например RU/Ru/rU уже нет – английская.

  5. Zeroes,

    Ну, этим занимается плагин wordpress, не факт что у меня есть желание колупатся в php :) . А в чем проблема, сильно мешает? Можно ведь кликать по ссылке Russian.

  6. Scott says:

    Your symbols don’t appear to be correct, which makes it hard to figure out what operation started this whole mess.

    The worst part about double frees is that the second free doesn’t provide much info by itself, you really want to see the first and second frees. You can try running !verifier 80 93f39014 in the debugger and hope that it gives you a call stack for the first free.

  7. Yea, sorry. I was analyzing the memory dump on my home machine, which does not have WinDbg configured. Regarding the root of the original problem, I bet this is the task of Norton’s developers, as the whole test case is very simple and obvious. Let them fix their bugs ;)

  8. hab says:

    Interesting, where can I find that AV Stress tool that you’re using? It didn’t crash for me by simply using the internet after enabling driver verifier!

  9. Hab Boub says:

    I tried this on Norton but without the AV Stress Tool it didn’t crash. Where did you get that tool from? Thanks! -Hab

  10. The tool is quite simple. It just connects in a cycle to test.com and does nothing. The main idea is to generate a lot of connections. You can download the source code here: http://shcherbyna.com/sources/AV%20Stress%20Tool.cpp or you can download the binary here: http://shcherbyna.com/binaries/AV%20Stress%20Tool.exe

Leave a Reply