Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
https://github.com/NIKDISSV-Forever/UniversalIMG
F2 Ctrl+O - Open | Открыть
F3 Ctrl+E - Extract | Извлечь
Ctrl+A - Add | Добавить
Ctrl+Shift+A - Select All | Выбрать всё
F4 Ctrl+D - Delete | Удалить
F5 Ctrl+R - Reload | Перезагрузить
F6 Ctrl+Shift+R - Rebuild | Перестроить
F7 Ctrl+L - Light (Theme) | Лампочка (Тема)
While something works, other buttons are disabled.
Если вы нажали на что-то, кнопки побледнеют пока то на что вы нажали, делает что должно
There are light and dark themes, the letter A under the light bulb means that the theme depends on the theme of the system (Win 10)
Есть светлая и тёмная темы, буква A под лампочкой означает, что тема зависит от темы системы (Win 10)
Click on the button with the file name to rename it.
Нажмите на кнопку с именем файла чтоб его переименовать.
Нажмите на название колонки чтобы по ней отсортировать.
Just click on a column heading to sort.
Specify the size and page number. Search by file name.
Указывайте размер и номер страницы. Ищите по названию файла.
Up/Down Arrows, Top (First Page)/Down (Last Page) Arrows
Стрелки вверх/вниз, в самый верх (первая страница)/в самый низ (последняя страница)
Select all files to delete or export (see Buttons)
Ничего особенного. Выберите все файлы, чтоб их удалить или экспортировать (смотрите Buttons)
freimgedcs output. If it has Failed, then something is going wrong.
Вывод freimgedcs. Если в нём есть Failed, значит что-то идёт не так.
There is a progress display.
Если что-то происходит с группой файлов, эта оранжевая полоска будет двигаться.
Если у вас проблемы с открытием архивов, может помочь запуск от имени администратора.
Если это не помогло, вам придётся убедиться что исполняемый файл и архив находятся на одном диске.
If you're having trouble opening archives, running as administrator may help.
If this does not help, you will have to make sure that the executable and the archive are on the same disk.
pip install UniversalIMG
class BlocksBytes:
"""Class for storing Block/Size format data present in the html file generated by the -lst command"""
def __init__(self, bb: str):
...
class ArchiveContent:
"""Stores one line data from the generated html file"""
def __init__(self, offset: str, size: str, name: str):
...
class IMGArchive:
"""API for freimgedcs.exe"""
def __init__(self, imgname: str | Path,
freimgedcs_path: str = get_freimgedcs_exe()):
...
def rebuild(self):
"""Rebuild archive (imgname)"""
...
def list(self, *, delete_html_file: bool = False):
"""
Returns the header of the opened archive, information about it, and a list of files of the class ArchiveContent
"""
...
def add(self, filename: str):
"""Add/replace file [filename] to/in archive (imgname)"""
...
def extract(self, filename: str, filename2: str):
"""Extract file [filename] from archive (imgname) to file [filename2]"""
...
def rename(self, filename: str, filename2: str):
"""Rename file [filename] in archive (imgname) to file [filename2]"""
...
def delete(self, filename: str):
"""Delete file [filename] from archive (imgname)"""
...
FAQs
Open & edit .img files for gta III / VC / SA (+GUI)
We found that UniversalIMG demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.