cast icon indicating copy to clipboard operation
cast copied to clipboard

Fix issue where ToUintE() fails to parse uint bigger than math.MaxInt64

Open blacktop opened this issue 2 years ago • 8 comments

This prevented me from using 0x9b199b1c002b4b00 as a cmd.Flags().Uint64 (which would return 0 as the value)

ref https://github.com/spf13/cobra/issues/1791

blacktop avatar Aug 31 '22 00:08 blacktop

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 31 '22 00:08 CLAassistant

Ping

blacktop avatar Oct 13 '22 12:10 blacktop

ping ping 🔔 this prevents people from using kernel addresses as arguments to disassemblers 😩

❯ ipsw macho disass test-caches/IPSWs/20C5058d__iPhone15,2/kernelcache.release.iPhone15,2 -a 0xFFFFFFF008493FE0 -V --fileset-entry com.apple.AGXFirmwareKextG15P_A0RTBuddy

doesn't work because it thinks I gave it 0 as the virtual address

blacktop avatar Dec 05 '22 05:12 blacktop

adding another ping ping 🔔

blacktop avatar Sep 14 '23 02:09 blacktop

adding another ping ping ping 🔔

blacktop avatar Jun 06 '24 15:06 blacktop

another dup is #213 #175 #178

blacktop avatar Jun 06 '24 15:06 blacktop

BUMP! NEED!

ionrover2 avatar Jun 10 '24 02:06 ionrover2