#loader

2025-05-13

Атрибуты Хорошего Loader-a

В программировании микроконтроллеров периодически приходится писать клиентские PC программы для загрузки *.hex файлов в микроконтроллер через загрузчик. Обычно в названии этих утилит присутствует слово loader . В этом тексте я попробовал порассуждать на тему того, каким же атрибутами должна обладать эта самая утилита FW_Loader .

habr.com/ru/articles/819809/

#FW_Loader #loader #PC #hex #bin #console_application #CP2102 #base64 #cli #bootloader

Ana Tudor 🐯anatudor
2025-04-07

Saw a @codepen demo using... a lot! of elements (screen 1) and quite a bit of to create a simple loader, so I forked it and made a 1 div version (screen 2) in under 30 CSS declarations (gradients, mask, variables to only change --c0 and --c1 values for 2nd loader): codepen.io/thebabydino/pen/Pwo

Screenshot with DevTools open, showing each loader being created with a div with 4 other nested div elements, 2 span elements, 2 i elements and 2 pseudos inside.Screenshot with DevTools open, showing each loader being created with only 1 div and its 2 pseudos.
Dirk Woutersdiwou
2025-03-20

The Expert Cartridge – Der Experte unter den Spezialisten

The Expert cartridge wurde 1986 von Trilogic auf den Markt gebracht und war eine sehr beliebte Erweiterung. Und der Fast Loader war eher zweitrangig… Ein interessantes Modul, das einen Nachbau lohnend machte.

dirkwouters.de/the-expert-cart

workshop-repairmanualqualitymanuals4u
2025-03-12

VOLVO MC70 SKID STEER LOADER SERVICE MANUAL

DOWNLOAD LINK: tinyurl.com/bddp6k5k

VOLVO MC70 SKID STEER LOADER SERVICE MANUAL
workshop-repairmanualqualitymanuals4u
2025-03-06

VOLVO L180E WHEEL LOADER SERVICE MANUAL

Download Link: tinyurl.com/57ze6bu5

VOLVO L180E WHEEL LOADER SERVICE MANUAL
workshop-repairmanualqualitymanuals4u
2025-03-06

VOLVO L180H WHEEL LOADER SERVICE MANUAL

Download Link: tinyurl.com/3dmsppvw

VOLVO L180H WHEEL LOADER SERVICE MANUAL
workshop-repairmanualqualitymanuals4u
2025-03-06

VOLVO L50E WHEEL LOADER SERVICE MANUAL

Ensure the smooth operation of your Volvo L50E Wheel Loader with this detailed service repair manual

DOWNLOAD LINK: tinyurl.com/y6wkj7ts

VOLVO L50E WHEEL LOADER SERVICE MANUAL
workshop-repairmanualqualitymanuals4u
2025-03-05

VOLVO L60F WHEEL LOADER SERVICE MANUAL

Keep your Volvo L60F Wheel Loader in top working condition with this comprehensive service and repair manual

Download link: tinyurl.com/4jb95jy4

VOLVO L60F WHEEL LOADER SERVICE REPAIR MANUAL PDF
workshop-repairmanualqualitymanuals4u
2025-03-05

VOLVO L70G WHEEL LOADER SERVICE MANUAL

Ensure top performance and longevity for your Volvo L70G Wheel Loader with this comprehensive service and repair manual

Download Link: tinyurl.com/5848xte5

VOLVO L70G WHEEL LOADER SERVICE MANUAL
workshop-repairmanualqualitymanuals4u
2025-03-05

VOLVO L90F WHEEL LOADER SERVICE MANUAL

Download link: tinyurl.com/35crpn4t

VOLVO L90F WHEEL LOADER SERVICE MANUAL
2025-03-03

Ummmm.... 🤔

#computer #linker #loader

unixbhaskarunixbhaskar
2025-03-03

Ummmm.... 🤔

2025-01-25

@dvl @dch
Not 100% sure about loader.efi, but at least boot1.efi would be affected if any read-incompatible feature(s) is/are enabled and active even on data-only pools.
This is because, in boot1.efi, it sniffs the existence of /boot/loader.efi to determine whether the pool is bootable or not.
loader.efi should need to sniff at least pool name(s), whether it's bootable or not by somehow reading the pool(s).

If you're 100% sure there's not at all a plan to have bootable ZFS (means, use UFS for boot throughout the future), and once confirmed it works as wanted, using gptboot.efi would be the way to go.
It does not sniff ZFS pools (not linked against ZFS codes) and (in contrast with boot1.efi) not obsoleted.

#FreeBSD #loader #bootcode #ZFS #UFS

2024-10-23

[BEWARE] Bumblebee Malware returns.

The Bumblebee malware loader has been spotted in new attacks recently, more than four months after Europol disrupted it during 'Operation Endgame' in May. Bumblebee typically achieves infection via phishing, malvertising and SEO poisoning that promoted various software.

netskope.com/blog/new-bumblebe

#bumblebee #malware #loader #phishing #it #security #privacy #engineer #tech #media #news

Researchers at IT-security company Netskope observed new Bumblebee activity tied to the malware, which could indicate a resurgence.

Among the payloads typically delivered by Bumblebee are Cobalt Strike beacons, information-stealing malware and various ransomware strains.[ImageSource: Netskope]

Fake Midjourney and NVIDIA installers.

The most recent Bumblebee attack chain starts with a phishing email that lures the victim to download a malicious ZIP archive.

The compressed file contains a .LNK shortcut named Report-41952.lnk, which triggers PowerShell to download a malicious .MSI file (y.msi) disguised as a legitimate NVIDIA driver update or Midjourney installer from a remote server.

The MSI file is then executed silently using msiexec.exe with the /qn option, which ensures that the process runs without any user interaction.[ImageSource: Netskope]

The "NEW_BLACK" string seen in the most recent payloads.

Netskope comments that the Bumblebee payload carries its signature internal DLL and exported functions naming scheme, as well as configuration extraction mechanisms seen in past variants.

The RC4 key that decrypts its configuration in the most recent attacks uses the "NEW_BLACK" string, while there are two campaign IDs, namely "msi" and "lnk001."

Netskope didn't provide any info on the payloads that Bumblebee dropped or the scale of the campaign but the report serves as a warning of early signs of a possible resurgence.
zirias (on snac)zirias@snac.bsd.cafe
2024-10-17
My #FreeBSD #desktop was knocked out yesterday. It didn't #boot (looking like the harddisk was completely empty). I feared I'd have to buy new hardware, which I don't want because I'd lose my parallel port, but that's a different story.

In the evening, I finally had the time to have a look. First thing, ssh into my builder machine and fire up make -C /usr/src/release memstick.img, then dd that to some stick. That got the machine to boot again. I just love the #shell you can get from a FreeBSD #installer image!

gpart showed a corrupted partition table. Awesome thing you can restore it from a backup at the end of the device with #GPT. After that, FreeBSD's #loader asked me for a #GELI passphrase! 🥳 So, all good? No, still didn't boot. The reason, for some bugs in the #EFI implementation of my old board, I'm booting with "legacy" BIOS #MBR method. Took another gpart bootcode to install /boot/pmbr again. Then, everything was fixed.

So in the end, only the very first block of my disk was overwritten with ... whatever. It worries me that I have no idea how and why this happened. 😳 But I'm very happy to have my working desktop back! 🤩
Ana Tudor 🐯anatudor
2024-10-16

Someone hearted my orbits loader so I just had to scramble to quickly update it to use CSS grid instead of absolute positioning, CSS trig instead of precomputing tan in the Pug & passing it to the as a custom property & individual transform functions.

You can see it on @codepen:
codepen.io/thebabydino/pen/VwY

Pastel balls going around on concentric orbits. The bigger the orbit, the more balls on it.
2024-09-10

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst