hugsy / gef-extras

Extra goodies for GEF to (try to) make GDB suck even less
https://hugsy.github.io/gef-extras
MIT License
149 stars 50 forks source link

skel is_big_endian deprecated #47

Closed ebubekirtrkr closed 2 years ago

ebubekirtrkr commented 2 years ago

When use skel it warns about deprecated usage

'is_big_endian' is deprecated and will be removed in a feature release. Prefer `gef.arch.endianness == Endianness.BIG_ENDIAN` 

https://github.com/hugsy/gef-extras/blob/aa4c995e166ef1774a41e3c12c691d33ac8636f0/scripts/skel.py#L78

hugsy commented 2 years ago

Hi,

Thanks for bringing it up

We're aware of several of those warnings due to some recent code changes in gef. We'll take care of that soon but note that they don't prevent you from using the plugins, and also they can be disabled with gef config gef.show_deprecation_warnings false

ebubekirtrkr commented 2 years ago

Thanks for the answer. gef config gef.show_deprecation_warnings false solved my issue.