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 Cells] Error [deobfuscator.py:3195 process_file(**vars(args))]: #117

Open
Hellfire0x01 opened this issue Feb 2, 2023 · 4 comments

Comments

@Hellfire0x01
Copy link

Hellfire0x01 commented Feb 2, 2023

Hi,

When I am running the tool to analyze the research-1646684671.xls file, I am getting this error. I have attached the link of the image below.

image

SHA256 of research-1646684671.xls - 1df68d55968bb9d2db4d0d18155188a03a442850ff543c8595166ac6987df820

The sample is also present on VirusTotal.

Any idea why is this happening? Or any way to work around? Thanks for your time.

Kind Regards,
Hellfire0x01

@Hellfire0x01 Hellfire0x01 changed the title [Loading Cells] [Loading Cells] Error [deobfuscator.py:3195 process_file(**vars(args))]: Feb 2, 2023
@Anonymous4717
Copy link

Hi,

When I am running the tool to analyze the research-1646684671.xls file, I am getting this error. I have attached the link of the image below.

image

SHA256 of research-1646684671.xls - 1df68d55968bb9d2db4d0d18155188a03a442850ff543c8595166ac6987df820

The sample is also present on VirusTotal.

Any idea why is this happening? Or any way to work around? Thanks for your time.

Kind Regards, Hellfire0x01

first,
edit the formual.py with sudo nano or whatever find assert bv >= 80 #### this function needs updating ####
and chnage it to assert bv >= 70
and then run the tool with sudo

@Hellfire0x01
Copy link
Author

Hi,
When I am running the tool to analyze the research-1646684671.xls file, I am getting this error. I have attached the link of the image below.
image
SHA256 of research-1646684671.xls - 1df68d55968bb9d2db4d0d18155188a03a442850ff543c8595166ac6987df820
The sample is also present on VirusTotal.
Any idea why is this happening? Or any way to work around? Thanks for your time.
Kind Regards, Hellfire0x01

first, edit the formual.py with sudo nano or whatever find assert bv >= 80 #### this function needs updating #### and chnage it to assert bv >= 70 and then run the tool with sudo

Hello there, hope you are well. Thanks for responding back, but I can't find the formual.py file. Can you provide the full path for this file? I cannot find it in the package, even after installing it.

Kind Regards,
Hellfire0x01

@eugeneewe
Copy link

Facing the same issue like yours, you may get the formula.py from
Filepath: '/usr/local/lib/python3.9/dist-package/xlrd2/formula.py'
Please use your own python version that available.

Find assert bv >= 80 #### this function needs updating #### and change it to assert bv >= 70 and then run the tool with sudo.

image

@Hellfire0x01
Copy link
Author

Facing the same issue like yours, you may get the formula.py from Filepath: '/usr/local/lib/python3.9/dist-package/xlrd2/formula.py' Please use your own python version that available.

Find assert bv >= 80 #### this function needs updating #### and change it to assert bv >= 70 and then run the tool with sudo.

image

It worked like a charm! But literally, I want to know how does this changing value of assert bv impacts the working of the tool? Thank you very much.

Kind Regards,
H.

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

3 participants