Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: Illjin/PythonMemoryModule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Loading
...
head repository: naksyn/PythonMemoryModule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 105 files changed
  • 1 contributor

Commits on Jul 27, 2023

  1. command line support (partial) via PEB stomping

    This update include support to passing command line parameters to unmanaged exe via PEB stomping.
    This technique is not working with every executable since it depends on which functions are used to pass arguments.
    Generally, to get a universally working technique would be required to hook GetCommandlineA GetCommandlineW __getmainargs and __wgetmainargs since PEB stomping won't cover all cases, more details here:
    https://blog-30cm-tw.translate.goog/2020/08/windows-c-mainargc-argv.html?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=it&_x_tr_pto=wapp
    
    However, during my testing I found that mimikatz and several go binaries are working just by doing PEB stomping.
    On the other hand, cmdline passing via PEB stomping alone to mingw and VS compiled binaries won't likely work.
    naksyn committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    db18939 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    naksyn authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    463c9a3 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    naksyn authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c676f20 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Added control and moved folder

    Added control for empty passed argument and moved windows folder out for easier importing.
    naksyn committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    9bb2f67 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.