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

Radare 2? Somebody said Binary too big.. #18

Open
Vendorss opened this issue Feb 1, 2021 · 0 comments
Open

Radare 2? Somebody said Binary too big.. #18

Vendorss opened this issue Feb 1, 2021 · 0 comments

Comments

@Vendorss
Copy link

Vendorss commented Feb 1, 2021

Does having too big a binary cause problems?

C:\Users\faker\AppData\Local\Programs\Python\Python38\Scripts>python metame -i Coinbase.exe -o Wallet.exe -d
[INFO] Opening file with r2
Traceback (most recent call last):
File "C:\Users\faker\AppData\Local\Programs\Python\Python38\lib\site-packages\r2pipe\open_sync.py", line 64, in init
self.process = Popen(
File "C:\Users\faker\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\faker\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "metame", line 5, in
metame.main()
File "C:\Users\faker\AppData\Local\Programs\Python\Python38\lib\site-packages\metame_init_.py", line 19, in main
r = r2parser.R2Parser(args.input, True, debug=args.debug, force_replace=args.force)
File "C:\Users\faker\AppData\Local\Programs\Python\Python38\lib\site-packages\metame\r2parser.py", line 19, in init
self.r2 = r2pipe.open(filename, flags)
File "C:\Users\faker\AppData\Local\Programs\Python\Python38\lib\site-packages\r2pipe\open_sync.py", line 68, in init
raise Exception("ERROR: Cannot find radare2 in PATH")
Exception: ERROR: Cannot find radare2 in PATH

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

1 participant