Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DaxxTrias/Process.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DDR12/Process.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 113 files changed
  • 2 contributors

Commits on Feb 27, 2021

  1. 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.
    DDR12 committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    2ad5096 View commit details
    Browse the repository at this point in the history
  2. Added: byte[] constructor to DwordPattern.

    Changed: Read/Write string functions to ReadString/WriteString for less confusion or mistakes when working with other types.
    DDR12 committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    8e88076 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Fixed: GetWindows not working properly for non-top most windows.

    Added: Default Fasm assembler.
    DDR12 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    a91e1b9 View commit details
    Browse the repository at this point in the history
  2. Added: Caching support for pattern scanning.

    Changed: Detour constructions that used useless parameters to support different constructions.
    DDR12 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    cfa393b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c456cf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc8bbc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. 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.
    DDR12 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    57511cb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Added: Support for RuntimeTypeInformation (RTTI) for 32 and 64 bits, …

    …with caching capability.
    DDR12 committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    bd46746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5f5abb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Update README.md

    DDR12 authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    902aed3 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    cf2c081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    285857a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. 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).
    DDR12 committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    733b488 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. 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).
    DDR12 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    fefb65a View commit details
    Browse the repository at this point in the history
  2. Fixed: Inconsistent namespace.

    DDR12 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    2afbbb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77cc2b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. 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.
    DDR12 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    ee6f53e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. 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 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d1e2325 View commit details
    Browse the repository at this point in the history
Loading