Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it works but crashes in Windows 10 LTSC #11

Open
evilsh3ll opened this issue May 24, 2022 · 0 comments
Open

it works but crashes in Windows 10 LTSC #11

evilsh3ll opened this issue May 24, 2022 · 0 comments

Comments

@evilsh3ll
Copy link

evilsh3ll commented May 24, 2022

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant