patryk4815
12237f4c0b
ZIGPATH cleanup ( #3175 )
...
* add ziglang to uv
* ZIGPATH cleanup
* bump uv2nix and pyproject-nix & nix fmt
* fix darwin version
* guard makefile with PWNDBG_NO_UV
* clean
* pass zigcc to makefile
* pass zigcc to makefile
* nix-ci install uv
* fix uv detection
* fix uv detection
* fix uv detection
5 months ago
patryk4815
df12edc0d5
Use gdb/lldb from pypi ( #3119 )
...
* add lldb/gdb pypi
* add gdb
* debug
* debug
* fix paths
* fix lldb
* add lldb-server
* bump lock
* fix nix
* fix lint
* rename gdbinit
* fix pwndbg nix
* revert missing files
* fix docs
* fix docs
* remove .skip-venv, not needed anymore
* cleanup version comment
* fix lint script
* lint
* fix nix develop
* fix docs
* fix docs script
* use 'pwndbg' binary for tests
* lint
* fix kernel tests
* fix ubuntu22.04
* bump lldb
* refactor gdbinit/lldbinit
* test1
* fix logger
* fix tests no-home
6 months ago
patryk4815
22c0e470d5
Fix .gdbinit for portable pwndbg ( #2947 )
...
* add .gdbinit loading
* add psutil as direct dependency
* bump lock
* pwndbg use `--nx` option and `--init-command`
* remove docs warning
* add psutil types stub
* break at --args
* fix build
* fix lint
* cleanup
* cleanup
7 months ago
patryk4815
85582c0ccf
Remove poetry and add uv packet manager ( #2726 )
...
* replace poetry.lock with uv.lock
* replace poetry.lock with uv.lock
* replace poetry.lock with uv.lock
* setup.sh port to uv
* gdbinit / lldbinit port to update deps in uv
* lint port to uv
* lint
* lint
* docker-compose is legacy command
* fix setup install info
* fix update deps
* port setup-dev to uv
* port dockerfiles
* fix portable suffix
* fix setup
* fix setup
* port nix poetry na uv
* fix var naming
* change poetry to uv in github actions
* fix readthedocs
* bugs
* ok
* patch lldb / gdb
* fix pyenv
* overlay tblgen lldb
* new uv lock
* fix for portable
* rewrite flake to new cross system
* fix ci
* fix mkdocs & mypy
* fast lint
* fix mkdocs
* fix lint
* rm mips
* small refactor
* fix ppc64
* add ppc64le
10 months ago
patryk4815
9c734cfc17
Fix readline bug ( #2622 )
...
* nix fmt
* lldbinit fix missing PWNDBG_NO_AUTOUPDATE
* gdb fix readline bug
* gdb fix readline bug
* add readline test
* fix block readline
* add readline test
1 year ago
patryk4815
64bd3fee8e
Port to aglib: ropgadget ( #2563 )
...
* Port to aglib: ropgadget, rop
* rop: fix capstone mode
* rop: fix msg
1 year ago
patryk4815
1bafe22ae1
Add new portable builder for macos + rewrite all ( #2528 )
1 year ago
patryk4815
8597194398
Add LLDB build check workflows for x86_64-darwin and aarch64-darwin ( #2526 )
...
* flake:
- bump nixpkgs:
- glibc-2.39-52 -> glibc-2.40-36
- lldb-19.1.1 -> lldb-19.1.1
- gdb-15.1 -> gdb-15.2
- python3-3.12.5 -> python3-3.12.7
- add cachix
* workflows:
- add build check lldb for x86_64-darwin and aarch64-darwin
- bump nix installer v22->v30
- add cachix
* nix: fix pyenv for darwin
* devshell: nixfmt file
* nix: remove IFD from pwndbgVersion
* releases: use cachix
1 year ago
patryk4815
feeb713396
Fix jemalloc #2502 ( #2512 )
...
* add nix fmt
* fix capstone=5.0.3 on darwin
* nix fmt
* nix fmt
* port jemalloc to aglib
* fix aglib gdb value by index
* fix jemalloc typing
* fix jemalloc typing
* jemalloc improve times
1 year ago
Matt.
6cac3dfd0f
Update Nix files for LLDB Pwndbg ( #2410 )
...
* Update nix files for `pwndbg-lldb`
* Update nix/pwndbg.nix
Co-authored-by: patryk4815 <bux.patryk@gmail.com>
* Update nix/pwndbg.nix
Co-authored-by: patryk4815 <bux.patryk@gmail.com>
* Remaining fixes
---------
Co-authored-by: patryk4815 <bux.patryk@gmail.com>
1 year ago
patryk4815
620f38008c
fix nix + charset + bump dependencies ( #2355 )
...
* fix charset issues
* use '.skip-venv' in nix'ed pwndbg
* bump nix & python dependencies, gdb15.1, python3.12.4
1 year ago
Aaron Adams
b4d6d5cbb8
Add nix development shell ( #2166 )
1 year ago
Aaron Adams
4b7bc1c062
run nixfmt-rfc-style on all nix files ( #2165 )
2 years ago
Gulshan Singh
90933c3b58
Upgrade all dependencies ( #2128 )
...
* Upgrade dependencies
---------
Co-authored-by: patryk4815 <patryk.sondej@gmail.com>
2 years ago
Gulshan Singh
da817b2378
Install dev dependencies with poetry ( #2065 )
...
* Add dev dependencies to pyproject.toml
* Add poetry.toml file
* Remove dev-requirements and install dev dependencies with poetry
* Update pwndbg.nix
2 years ago
patryk4815
7f9ae113d1
nix: cryptography: disable build from source, because rust hash had to be repaired many times, see: eg. https://github.com/pwndbg/pwndbg/pull/2024 ( #2052 )
2 years ago
psondej
ab96e1a9b9
- remove gdb-pt-dump from all files
...
- remove submodules from all files
- bump flake.lock
- add gdb-pt-dump as dependency
- fix building Dockerfile
- fix gdb-pt-dump was broken on portable packages
2 years ago
disconnect3d
64a4bd1f5e
Fix nix release build
2 years ago
Patryk Sondej
f3914e2696
init add portable pwndbg using nix, package for rpm,deb,arch,alpine
...
Signed-off-by: Patryk Sondej <patryk.sondej@gmail.com>
2 years ago