eadmaster
eadmaster
same here, also duplicated: https://github.com/MinhasKamal/DownGit/issues/30
currently the readme states: ```` (Optional but recommended) Install the [ApplySig](https://github.com/NWMonster/ApplySig) script so you can use Sega Saturn library signatures. Copy to a ghidra_scripts directory. (Optional but recommended) Download CyberWarriorX's...
I've tried with: ```` uv init --python 3.12 uv add -r requirements.txt --compile-bytecode uv run comic.py ```` (Same error on windows)
afaik [this can be done with zip files only](https://github.com/marcrobledo/RomPatcher.js/wiki/Embedding-Rom-Patcher-JS#user-content-providing-additional-patch-information), it would be nice having a builtin option for simple files too. As alternative, it should be doable via a custom...
yep, you must list all the IPS patches inside the zip file via an array like this: ````js RomPatcherWeb.initialize(myPatcherSettings, { file: 'my_patches.zip', //zip containing patches patches: [ //information about patches...
No, you always get 1 single output file.
no problem, indeed i've considered remote control using MQTT and even added [some stub code for it](https://github.com/Martinius79/EleksTubeHAX/blob/ba0c89314ea417a3cb5828f6a81c17a68842c3ac/EleksTubeHAX_pio/src/Mqtt_client_ips.cpp#L99), but i the end i've switched to Serial over USB to have the...
it's here https://github.com/Serasidis/STM32_HID_Bootloader/blob/6cd421b223f9f3dde1c9f0f73267981638d5632d/Arduino_STM32_patch_20190122_01.zip
thank you for the tips, i'll make some tests with a [CC1101 module first](https://github.com/zacharyweiss/magspoof_flipper/pull/1).
> This request comes in 2 parts, one is covered in another issue https://github.com/pr3y/Bruce/issues/192. Sensors decoding with rtl_433_ESP is a completely different feature, not related to generic RF signals dumping/replaying....