Skip to content

it works but crashes in Windows 10 LTSC #11

@passthesh3ll

Description

@passthesh3ll

Describe the bug
I have all major browsers installed and filled with demo passwords and cookies. When executed, it prints password only (not cookies) and there is a problem with a BCrypt function. After a very concise debugging it seems it tries to access a zone of memory outside it's memory process, but don't trust me, I never performed a debug of such a software.

To Reproduce
Steps to reproduce the behavior:

  1. Compile the cmake project (x64) for Visual Studio 16 2019 in Windows 10 LTSC
  2. Compile the executable using visual studio 16 2019 (the compiling process works without errors) as "Release" (see image)
  3. Run the executable manually from the Release folder (each other executable returns the same error, Debug executable too)
  4. See error

Expected behavior
It should be able to run without crashing at the end. It should be able to decrypt cookies too (I suppose it can't reach that part of code)

Screenshots
1
2
3
4

Desktop (please complete the following information):

  • OS: Windows 10 LTSC 1809 (x64)
  • Browser: latest builds of all top 64bit browsers (firefox, chrome, chromium, opera, vivaldi.. etc)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions