-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add command entry by reading process PEB #60
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
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
cddb4f6
feat: Add command entry by reading process PEB
supervoidcoder 3c3df85
fix: try adding #define
supervoidcoder b66390e
fix: return pointer instead of character and add missing include stat…
supervoidcoder f20951d
fix: try changing dword to size_t
supervoidcoder 13e2ace
fix: remove stupid useless defines
supervoidcoder 07fce97
fix: a
supervoidcoder 43b0330
fix: Add x64 implementation to manually read process PEB and return c…
supervoidcoder 09e2dea
fix: Fix typos and wrong functions
supervoidcoder 8487b74
fix: add missing newline after User entry
supervoidcoder 4e731b5
style: made error statements nicer
supervoidcoder aca3416
fix: stdcerr remove
supervoidcoder 5291195
feat: add force_ansi env var
supervoidcoder 405172c
Merge pull request #63 from supervoidcoder/main
supervoidcoder c561d7b
fix: update error messages for Git Bash and add architecture support …
supervoidcoder ef2601e
Merge branch 'main' into command-and-git-peb
supervoidcoder 16110ec
Merge branch 'main' into command-and-git-peb
supervoidcoder 1fab362
fix: add fail-fast false
supervoidcoder 51d6a74
fix: CI TESTS
supervoidcoder 7d4d552
fix: add debug log
supervoidcoder 932b51f
fix: correct wow64 checking
supervoidcoder 3d24e3c
ci: add way more process tests ci
supervoidcoder 960e7ea
feat: make it so the program actually knows the version
supervoidcoder 4e70436
fix: missing bracket
supervoidcoder f27388c
ci: Remove wrong or not working tests from process.bat test CI
supervoidcoder 038d172
ci: more tests
supervoidcoder 151bbfc
ci: add hosted-compute-agent to process.bat
supervoidcoder 3e3e1a1
ci: add provjobd.exe entries to process.bat
supervoidcoder 6cc86f3
ci: add provjobd.exe handling to process.bat and create provdjob.bat
supervoidcoder e586c8e
feat: Add support for reading command line of 32-bit and 64-bit proce…
supervoidcoder 5e35271
fix: Replace AreWeWoW64 with IsWow64Process because i'm stupid and us…
supervoidcoder 942e314
fix: Improve error handling for function pointer retrieval and memory…
supervoidcoder 3a77bd6
just add a bunch of debugs for now
supervoidcoder 8054ef0
feat: Add PROCESS_BASIC_INFORMATION64 structure and update function p…
supervoidcoder 6290464
refactor: Remove debug and error logging statements for function poin…
supervoidcoder 90a7a56
feat: Address code review issues. Fixed label with undefined block in…
supervoidcoder 66e342b
feat: read WoW64 from x64 and arm64
supervoidcoder bb1be52
fix: Add error handling for build process in release.yml
supervoidcoder 68c537d
feat: Add error handling for function pointer retrieval in main.cpp
supervoidcoder 65c6fbd
fix: version number embed during compilation
supervoidcoder 29a3138
fix: version
supervoidcoder f82f6f2
IDK
supervoidcoder 7ddec09
address code review
supervoidcoder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.