-
Notifications
You must be signed in to change notification settings - Fork 21
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
Undefined method "untaint" #60
Comments
This error occurs because the untaint method has been removed in Ruby 3.3.0, and Bundler 1.17.3 is trying to use it. To fix this, you'll need to update Bundler to a version compatible with Ruby 3.3.01. Here’s how you can do it: Update RubyGems: Ensure RubyGems is up to date: Install Bundler: Install or update Bundler to a version compatible with Ruby 3.3.0: Update Bundler: Update your project's Bundler version: Run Bundle Install: Finally, run bundle install again: This should resolve the issue. Does this help? |
checking for innoextract... yes |
I could send you an upx executable, but it might be worth checking out this: #56 |
I don't really understand #50 since it says /usr/bin/uefiextract but I don't have that. Is it somewhere inside of UEFITool? |
UEFITool Repo has UEFIExtract, a separate executable. But named uefiextract (lowercase) by default. Since Linux is case sensitive so you have to rename it. But first made sure you put UEFIExtract executable in 3rdparty dir. |
I can't find the UEFIExtract executable, where is it? |
|
That link just leads to a blank page. |
Can you give me the rom file, see if I could extract it? This tool depends on luck tho. Did not extract the vbios ROM from my old laptop either (Acer Nitro 5 AN515-52 2018) |
When attempting to extract the VBIOS from the latest ASUS TUF A15 FA507NV BIOS update exe, it returns the following error:
/home/SamuraiDestroy/Downloads/VBiosFinder-master/vendor/bundle/ruby/3.2.0/gems/bundler-1.17.3/lib/bundler/shared_helpers.rb:272:in
search_up': undefined method `untaint' for "/home/SamuraiDestroy/Downloads/VBiosFinder-master":String (NoMethodError)`
The text was updated successfully, but these errors were encountered: