Live data from Hacker News

Viewing profile — devinvs

devinvs

HN member
Joined
Fri, Feb 25, 2022, 1:51 AM UTC
HN karma
30
Public activity
5 items

About devinvs

interests: reverse engineering, compilers, linux email: devin@vstelt.dev

Recent public activity

  1. story
  2. comment
    Comment #47256098

    x86_64 function arguments in linux are passed in registers RDI, RSI, RDX, RCX, R8, R9. The mnemonic helps remember the order.

  3. comment
    Comment #45906046

    I might be misunderstanding, but this seems very wrong. your method on the first entry: 10011011010100101100001101010000 year = 101 00 (20? year should be 25 or 2025) month = 1001 …

  4. comment
    Comment #45894969

    my best shot at it: year: bits 0-6 reversed month: bits 6-10 reversed hour: bits 13-18 minute: bits 18-24 day: bits 24-29 (maybe reversed) unsatisfyingly I don't have any idea what…

  5. comment
    Comment #43794567

    looks like it's this: https://git.mitxela.com/web-git-sum