summary refs log tree commit diff
path: root/pkgs/development/tools/misc/pwndbg
Commit message (Collapse)AuthorAge
* pwndbg: 2021.06.22 -> 2022.01.05R. Ryantm2022-02-13
|
* pwndbg: update ropgadgetFabian Affolter2021-11-19
|
* pwndbg: 2020.07.23 -> 2021.06.22R. RyanTM2021-08-17
|
* pwndbg: expand platforms to allBen Siraphob2021-03-12
|
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* pwndbg: 2019.12.09 -> 2020.07.23R. RyanTM2020-07-24
|
* pwndbg: 2019.01.25 -> 2019.12.09R. RyanTM2020-01-17
|
* Treewide: update some problematic homepagesc0bw3b2019-12-08
| | | | | | These URLs are reported as problematic by Repology. It could be a permanent redirection or the page does not exist anymore
* pwndbg: fix runtime python deps, fixes #71071Frederik Rietdijk2019-10-16
| | | | | | | | | | | | pwndbg is a Python module for gdb. The built-in interpreter is used and pwndbg offers additional routines. Packaging this is tricky because that interpreter needs to be used. Using `python3.withPackages` won't work. By setting `NIX_PYTHONPATH`, the interpreter should pick up pwndbg and its dependencies. If `NIX_PYTHONPATH` does not function we can fall back to `PYTHONPATH`. An example of when that won't work is if pwndbg runs a script of itself in a subshell. `NIX_PYTHONPATH` would be unset, but `PYTHONPATH` not.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pwndbg: 2018.07.29 -> 2019.01.25R. RyanTM2019-04-02
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pwndbg/versions
* pwndbg: switch to python3Jörg Thalheim2018-12-01
|
* pwndbg: 2018-04-06 -> 2018.07.29Jörg Thalheim2018-08-01
|
* pwndbg: fix wrapper mistakeBenno Fünfstück2018-04-06
|
* pwndbg: init at 2018-04-06Jörg Thalheim2018-04-06