Hacker News new | ask | show | jobs
by maxcoder4 807 days ago
I like how it looks, and I appreciate the effort that went into it, but other than using it to export a table in just a right format that you will then embed into your assembler directly, I'm not sure how to use it.

And I use opcode references [1] very often (sometimes daily, depending on the project). I even wrote my own disassemblers. But I mostly use opcode references for manual cross checking, so maybe I'm not a target of this project?

[1] My favorite one for x64 is https://ref.x86asm.net/coder64.html

1 comments

The ability to export data from a table or query in whatever format you need is one of my favorite things about distributing data using SQLite.