forked from naksyn/PythonMemoryModule
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: GTA12138/PythonMemoryModule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: naksyn/PythonMemoryModule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 106 files changed
- 2 contributors
Commits on Jan 7, 2023
-
fixes invalid ordlookup function reference, adds compatibility for py…
… veunicode strings and nd LPCSTR ord cast
Configuration menu - View commit details
-
Copy full SHA for a43f405 - Browse repository at this point
Copy the full SHA a43f405View commit details
Commits on Jan 8, 2023
-
Merge pull request naksyn#2 from rkbennett/main
fixes issues for import ordinal entries
Configuration menu - View commit details
-
Copy full SHA for ec4c50a - Browse repository at this point
Copy the full SHA ec4c50aView commit details
Commits on Jan 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0f057e - Browse repository at this point
Copy the full SHA a0f057eView commit details
Commits on Jan 27, 2023
-
added execution of unmanaged EXEs
Simply calling the .exe entrypoint can achieve execution using MemoryModule technique, .NET assemblies are not yet supported.
Configuration menu - View commit details
-
Copy full SHA for 8bad713 - Browse repository at this point
Copy the full SHA 8bad713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b5313a - Browse repository at this point
Copy the full SHA 7b5313aView commit details
Commits on Feb 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23f756e - Browse repository at this point
Copy the full SHA 23f756eView commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63ebe1c - Browse repository at this point
Copy the full SHA 63ebe1cView commit details
Commits on Jul 27, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for db18939 - Browse repository at this point
Copy the full SHA db18939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 463c9a3 - Browse repository at this point
Copy the full SHA 463c9a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c676f20 - Browse repository at this point
Copy the full SHA c676f20View commit details
Commits on Dec 16, 2023
-
Added control and moved folder
Added control for empty passed argument and moved windows folder out for easier importing.
Configuration menu - View commit details
-
Copy full SHA for 9bb2f67 - Browse repository at this point
Copy the full SHA 9bb2f67View commit details
Loading
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 main...main