Skip to content

Commit

Permalink
Prepare v0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Petitoto committed Dec 17, 2023
1 parent 5aaa47b commit fe48442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Documentation is available at https://petitoto.github.io/pyjectify/


## Features
### Windows
### Windows (x86 & x86_64)
#### Core
- Allocate / Free / Read / Write memory
- Create threads
Expand All @@ -25,10 +25,10 @@ Documentation is available at https://petitoto.github.io/pyjectify/
- MemScan: scan memory using regex patterns
- Inject: load library, from disk (remote LoadLibrary) or from memory (fully map the DLL into the remote process)
- Hook: set up inline hooks in the target process
- PythonLib: embed python into a remote process (Python 3.10 - 3.11 supported)
- PythonLib: embed python into a remote process (Python 3.6 - 3.11 supported)

#### Utils
- Syscall: Parse syscall codes from ntdll.dll (from the loaded library or from the disk), and produce a ntdll-like object which can be used by the Inject module to use direct syscalls
- Syscall: parse syscall codes from ntdll.dll (from the loaded library or from the disk), and produce a ntdll-like object which can be used by the core to use direct syscalls
- ApiSetSchema: parse Windows ApiSet


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyjectify"
version = "0.4"
version = "0.5"
authors = [
{ name="Petitoto" },
]
Expand Down

0 comments on commit fe48442

Please sign in to comment.