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

loading libc error #167

Open
ghalwash opened this issue Mar 27, 2023 · 1 comment
Open

loading libc error #167

ghalwash opened this issue Mar 27, 2023 · 1 comment

Comments

@ghalwash
Copy link

(ropper)> file libc-2.27.so
[INFO] Load gadgets for section: LOAD
[ERROR] Please report this error on https://github.com/sashs/ropper
[ERROR] Traceback (most recent call last):
File "/home/haitham/.local/lib/python2.7/site-packages/ropper/console.py", line 62, in cmd
func(self, text)
File "/home/haitham/.local/lib/python2.7/site-packages/ropper/console.py", line 649, in do_file
self.__loadFile(text)
File "/home/haitham/.local/lib/python2.7/site-packages/ropper/console.py", line 211, in __loadFile
self.__loadGadgets()
File "/home/haitham/.local/lib/python2.7/site-packages/ropper/console.py", line 302, in __loadGadgets
self.__searchGadgetsFor(self.currentFileName)
File "/home/haitham/.local/lib/python2.7/site-packages/ropper/console.py", line 306, in __searchGadgetsFor
self.__rs.loadGadgetsFor(binary)
File "/home/haitham/.local/lib/python2.7/site-packages/ropper/service.py", line 652, in loadGadgetsFor
load_gadgets(fc)
File "/home/haitham/.local/lib/python2.7/site-packages/ropper/service.py", line 637, in load_gadgets
f.allGadgets = self.__ropper.searchGadgets(f.loader, instructionCount=self.options.inst_count, gtype=gtype,multiprocessing=self.options.multiprocessing)
File "/home/haitham/.local/lib/python2.7/site-packages/ropper/rop.py", line 289, in searchGadgets
if mp.get_start_method() != 'fork':
AttributeError: 'module' object has no attribute 'get_start_method'

@sashs
Copy link
Owner

sashs commented Mar 27, 2023

Hi.
The reason is that you use python 2.7. Python 2.7 is not supported anymore.

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