Rui Silva

Results 7 comments of Rui Silva

Hey guys, I'm trying to dump the firmware of t HG8012H (previously form NOS) I was able to connect using CH341A and extract a firmware (multiple times) However I'm getting...

Hey, @logon84 thanks for your message. I'm trying just the Afile_system.bin commands I've runned: `dd if=flashdump.bin bs=1 status=none skip=$((0x00e40000)) count=$((0x00180000)) of=Afile_system.bin` `dd if=Afile_system.bin bs=1 status=none skip=$((0x100000)) count=493216 of=Afile_system_trim2.bin` `binwalk -y...

@logon84 , I have some breakthrough on this.. My dump was correct I think partition sizes might be different on my device (just guessing) I've tried bin walk directly on...

@tiagolobocastro you need to switch the channel to the version 1.24+ e.g. `sudo snap install microk8s --classic --channel=1.24/stable`

Hi @realdadfish, thanks for your answer. That gave me an idea. after reading the documentation I created the following: plugin configuration: `scmVersion { tag { prefix = 'b2x' versionSeparator =...

Hi guys, I'm trying to use a custom .npmrc to be able to authenticate on azure pipelines. I've noticed that npm is being installed on "build/npm/npm-v6.9.0/lib/node_modules/npm/npmrc" I've tried to changed...