jetchirag
jetchirag
### Description WIP. Adds filtering option(s) to Vorta diff and extract view. - [x] Add a Search button to avoid resource issue with large tree - [x] Add syntax search...
### Description A way to change the password I provided when the repo were created. ### Related Issue Fixes #303 ### How Has This Been Tested? Manually tested with local...
The "Collapse" button doesn't do anything when "Flat" view is selected. Could be disabled in such cases _Originally posted by @m3nu in https://github.com/borgbase/vorta/issues/1749#issuecomment-1682002001_ This is a very minor FR, probably...
### Description As @disconnect3d said on discord pwndbg allows pressing enter after `nearpc` which repeats the command with next address but it doesn't work when you use aliases `pdisass` or...
> Why not instead of a completely new popup for only the password change, the UI be more like the "initialize new backup repository" and allow editing the repository itself?...
For #2174 First command for jemalloc to print basic arenas details, it is not modularized and currently only for basic testing purpose. ``` pwndbg> arenas_info Number of arenas: 1 Arena...
Opening this issue to discuss and keep track of development for jemalloc support in pwndbg. This project is a part of my GSoC 24 proposal. Original Details of the project:...
Hello, I am writing code for GDB to parse jemalloc's rtree and list information for all extents. I am currently using nested loops for range of max subkeys at a...