Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skel is_big_endian deprecated #47

Closed
ebubekirtrkr opened this issue Feb 2, 2022 · 2 comments
Closed

skel is_big_endian deprecated #47

ebubekirtrkr opened this issue Feb 2, 2022 · 2 comments

Comments

@ebubekirtrkr
Copy link
Contributor

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` 

endian="big" if is_big_endian() else "little",

@hugsy
Copy link
Owner

hugsy commented Feb 3, 2022

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants