Skip to content

Commit

Permalink
fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
spider2048 committed Oct 15, 2023
1 parent b65b991 commit 255669d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/.vscode/
/builddir/
/log/

/Tracelog.txt
/util.ps1
/save/
/test/
/test/

/release/
/release.ps1
1 change: 0 additions & 1 deletion src/inject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ void inject::download_pdb_file(const fs::path& dest) {
_guidstr.resize(39);
StringFromGUID2(guid, WW(_guidstr), _guidstr.size());
std::string guidstr = ws2s(_guidstr) + std::to_string(dll_data[loc_guid + 16]);
std::cout << guidstr << std::endl;

std::erase(guidstr, '{');
std::erase(guidstr, '}');
Expand Down

0 comments on commit 255669d

Please sign in to comment.