-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: DaxxTrias/Process.NET
base: master
head repository: DDR12/Process.NET
compare: master
- 18 commits
- 113 files changed
- 2 contributors
Commits on Feb 27, 2021
-
Added: OwnerUser property for processes.
Fixed: WindowFactor.Windows returning only child windows of the application instead of all windows that belong to the application and it's threads.
Configuration menu - View commit details
-
Copy full SHA for 2ad5096 - Browse repository at this point
Copy the full SHA 2ad5096View commit details -
Added: byte[] constructor to DwordPattern.
Changed: Read/Write string functions to ReadString/WriteString for less confusion or mistakes when working with other types.
Configuration menu - View commit details
-
Copy full SHA for 8e88076 - Browse repository at this point
Copy the full SHA 8e88076View commit details
Commits on Feb 28, 2021
-
Fixed: GetWindows not working properly for non-top most windows.
Added: Default Fasm assembler.
Configuration menu - View commit details
-
Copy full SHA for a91e1b9 - Browse repository at this point
Copy the full SHA a91e1b9View commit details -
Added: Caching support for pattern scanning.
Changed: Detour constructions that used useless parameters to support different constructions.
Configuration menu - View commit details
-
Copy full SHA for cfa393b - Browse repository at this point
Copy the full SHA cfa393bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c456cf1 - Browse repository at this point
Copy the full SHA c456cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc8bbc7 - Browse repository at this point
Copy the full SHA fc8bbc7View commit details
Commits on Mar 2, 2021
-
Added: support for cross-user thread creation since Kernel32.CreateRe…
…moteThread does not work on legacy systems if the calling process is on a different user.
Configuration menu - View commit details
-
Copy full SHA for 57511cb - Browse repository at this point
Copy the full SHA 57511cbView commit details
Commits on Mar 6, 2021
-
Added: Support for RuntimeTypeInformation (RTTI) for 32 and 64 bits, …
…with caching capability.
Configuration menu - View commit details
-
Copy full SHA for bd46746 - Browse repository at this point
Copy the full SHA bd46746View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f5abb - Browse repository at this point
Copy the full SHA d5f5abbView commit details
Commits on Mar 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 902aed3 - Browse repository at this point
Copy the full SHA 902aed3View commit details
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cf2c081 - Browse repository at this point
Copy the full SHA cf2c081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 285857a - Browse repository at this point
Copy the full SHA 285857aView commit details
Commits on Jun 12, 2021
-
Added: Support to reading data onto a fixed buffer instead of initial…
…izing a new buffer in every read (Useful for frequent reads of big chunks of memory).
Configuration menu - View commit details
-
Copy full SHA for 733b488 - Browse repository at this point
Copy the full SHA 733b488View commit details
Commits on Jun 22, 2021
-
Added: Property for process memory to determine it's architecture.
Added: Helper methods for safely freeing up memory regions. Added: Support for reading memory object pointers' final address (can be module-based or not).
Configuration menu - View commit details
-
Copy full SHA for fefb65a - Browse repository at this point
Copy the full SHA fefb65aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afbbb3 - Browse repository at this point
Copy the full SHA 2afbbb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b77cc2b - Browse repository at this point
Copy the full SHA b77cc2bView commit details
Commits on Jul 17, 2021
-
Fixed: redundant fetch of a module already fetched by using its name …
…to search again in the process module list. In-progress: adding support for EnumProcessModulesEx to fix Win32Exception when enumerating modules of a 32 bit process from a 64 bit process when the target process isn't fully initialized yet.
Configuration menu - View commit details
-
Copy full SHA for ee6f53e - Browse repository at this point
Copy the full SHA ee6f53eView commit details
Commits on Nov 16, 2022
-
Fixed: issues with detecting process type for external processes usin…
…g IntPtr.Size since this returned the calling process architecture instead of the target's
Mohamed Mortada committedNov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for d1e2325 - Browse repository at this point
Copy the full SHA d1e2325View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master