arizvisa
@arizvisa
1Friends 7Fans
Karma79.93
male Austin, TX, United States
‎Turn off your TV. Join the future. It gathers and grumbles in the street outside your door. It smokes cigarettes and eyes it's neighbor's wife. It is starting now. -opium
arizvisa dice
5 months ago
these two repos seem significantly easier to maintain than pydbgext/pydbgeng or pykd/kdlibcpp:
https://github.com/dshik...
https://github.com/dshik...
#windbg #debugging #python #microsoft #windows
arizvisa dice
5 months ago @Edit 5 months ago
heh, what is this?GitHub - pccq2002/windbg: windbg open sourcelooks like someone ripped an ancient version of windbg and made it buildable. who really knows though...

personally, i'd really want the src for dbgeng, dbghelp, symsrv, srcsrv, and dbgcore/dbgmodel.
#windbg #opensource #microsoft #debugging #windows
arizvisa dice
5 months ago 1 @Edit 5 months ago
if you're using podman(1) with pasta(1) (rootless), you can fwd a port to a local service and still remain unroutable using a combination of the -i and -I params like: podman run ... --network=pasta:-i,lo,-I,fake-tap,-T,$port $image. the "-i" parameter specifies to use addr and routing info from "lo", ...
#podman #networking #isolation #pasta
arizvisa dice
5 months ago @Edit 5 months ago
ugh. the legacy structure api for idapro is going to be completely replaced by the local types api in the next major release. this includes function frames and things. can't believe i have to rewrite this shit...yet again. :sadface:
#idapro #ida #reversing #fuckchanges
arizvisa comparte
5 months ago 1 @Edit 5 months ago
wow. apparently vmware workstation pro and vmware fusion are now free for personal use? https://blogs.vmware.com...
#vmware #broadcom #virtualization #no-need-to-pirate #fusion #workstation #vmwareworkstation
arizvisa comparte
6 months ago @Edit 6 months ago
This paper atLazy Stream Programming in Prologby Paul Tarau et al. cleared up a lot of things for me. I was fighting with freeze/2 and reset/3 to implement laziness...in that when you bind an unbound var, it would bind the next piece of data for you. backtracking from this situation, resulted in terms being missed.
#prolog #paultarau #closuresarecorrect
arizvisa comparte
6 months ago
Hanlon's Razor: "Never attribute to malice or stupidity that which can be explained by moderately rational individuals following incentives in a complex system."
#anti-conspiracy #quotes
arizvisa dice
6 months ago @Edit 6 months ago
wow, mel brooks finally made history of the world part 2.
#historyoftheworld #melbrooks #althoughitisreallynotthatgoodsofar
arizvisa dice
6 months ago @Edit 6 months ago
if you're using obsd's dhcpd(8​), and you're trying to figure out a custom option like "option option-121 ...". you can verify it with the tables atsrc/usr.sbin/dhcpd/tables.c at master · openbsd/srcthe second field is the value format, which is atsrc/usr.sbin/dhcpd/confpars.c at master · openbsd/sr...so in my case, "CIA" is: cidr, address, repeat.
#openbsd #dhcpd #dhcp #options #configuration
arizvisa dice
6 months ago @Edit 6 months ago
this article on dif/2 at https://github.com/dtonh... does a better job than the documentation at clarifying the difference (in detail) between dif/2 and (=\=)/2 (or really any "not-equal" comparison).
#prolog #logicprogramming #dif #comparisons #coroutines