2023.04 - Worst Dependent #946
hugsy
announced in
GEF Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changelog: 2023.04 - Worst Dependent
Highlights of
Worst Dependent
The update includes various changes to the installation script, bug fixes, updates to documentation, and improvements to the
search-pattern
command. Some changes involve updating the GH Action runners, ARM improvement (fixing CPSR and pointer size calculation) and Safe-Linking support (for GLibc >= 2.32 compat)Code stability has been improved with an increased coverage check through test. Last, more documentation was added making it more accessible and easily searchable.
Contributors
Closed Issues
Closed Pull Requests
Commit details
109 commits since 2022.06
Commit log
gef-extras.sh
installation script__load_time_ms
since Py3.6 doesn't haveperf_counter_ns
search-pattern
(search-pattern better code #862)utils.find_symbol
to cleanly find PIE symbolsprint-format
config settings (max size preview of bytes for print-format command can be changed via config #863)syscall-args
andis-syscall
to gef-extras (Movesyscall-args
andis-syscall
to gef-extras #861)main
, notmaster
#868)register_external_content_pane
to conditionally display pane (Removeglibc-function-args
#866)main
as the default branch forgef-extras
/gef
scripts for users (main will be the default branch for gef-extras and gef installation #870)gef-extras.sh
(fix bug in path logic gef-extras.sh #872)Glibc*
class now rely onctypes.Structure
(Glibc*
class now rely onctypes.Structure
#869)ptrsize
for ARM to not return 2 ever (Fix ptrsize for ARM to not return 2 ever #876)GEF_DEFAULT_BRANCH
to the top of the script so the value is know whenupdate_gef
is takenargs : argparse.Namespace
as a result ofparse_arguments
(Type hinting fixes - part 3 #856)target remote
with gef (print warning messages when usingtarget remote
with gef #899)set-output
directivespytest-forked
in requirements for tests, removed old style envvarGDBHISTFILE
env var #912)gdbserver_session
qemu-system
instance (Fix searching when connected toqemu-system
instance #906)new-release
File diff
This discussion was created from the release 2023.04 - Worst Dependent.
Beta Was this translation helpful? Give feedback.
All reactions