惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
Recent Announcements
Recent Announcements
H
Help Net Security
Y
Y Combinator Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
有赞技术团队
有赞技术团队
小众软件
小众软件
Last Week in AI
Last Week in AI
U
Unit 42
Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale
云风的 BLOG
云风的 BLOG
V
V2EX
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
博客园 - 三生石上(FineUI控件)
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - imsprog-git
2026-06-22 · via AUR Newest Packages

Package Details: imsprog-git 1.8.5.r11.gb7b02f0-1

Git Clone URL: https://aur.archlinux.org/imsprog-git.git (read-only, click to copy)
Package Base: imsprog-git
Description: I2C, MicroWire and SPI EEPROM/Flash chip Programmer - is a program to read, write EEPROM chips use the CH341A programmer device and CH347T programmer device
Upstream URL: https://github.com/bigbigmdm/IMSProg
Keywords: bios ch341a ch347t eeprom engineering flash hacking hardware i2c microwire reverse spi uefi
Licenses: GPL-3.0-only
Conflicts: imsprog
Provides: imsprog
Submitter: taotieren
Maintainer: taotieren
Last Packager: taotieren
Votes: 1
Popularity: 0.010909
First Submitted: 2025-11-10 09:26 (UTC)
Last Updated: 2026-06-22 12:02 (UTC)

Dependencies (11)

Required by (10)

Sources (1)

  • imsprog-git

Latest Comments

giovanni commented on 2025-12-20 13:23 (UTC)

cb_out: error: LIBUSB_TRANSFER_TIMED_OUT ch341a_spi_send_command:

This error can be temporarily fixed by changing line 211 from “step = currentBlockSize;” to “step = currentPageSize;” and line 1235 from “step = currentBlockSize;” to “step = currentPageSize;”, but this fix significantly reduces the read operation speed.