Skip to content

Commit

Permalink
New version of disassembler
Browse files Browse the repository at this point in the history
  • Loading branch information
bzt committed Jul 15, 2018
1 parent 6b962e9 commit c733414
Show file tree
Hide file tree
Showing 4 changed files with 1,048 additions and 1,036 deletions.
6 changes: 3 additions & 3 deletions 13_debugger/OLVASSEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ formátumban
Disasm.h
--------
Mivel kicsi (~72k), kivételesen könnyű integrálni, mégis minden ARMv8.2-es utasítást ismer, ezért a választásom
az [Universal Disassembler](https://gitlab.com/bztsrc/udisasm)-re esett ehhez az oktatóanyaghoz. Ha nem szeretnél
disassemblert belefordítani a debuggeredbe, akkor a dbg.c fájl elején állítsd a DISASSEMBLER define-t 0-ra.
Mivel kicsi (~64k), mégis minden ARMv8.2-es utasítást ismer, és az sprintf() az egyetlen függősége (amivel már rendelkezünk),
ezért a választásom az [Universal Disassembler](https://gitlab.com/bztsrc/udisasm)-re esett ehhez az oktatóanyaghoz. Ha nem
szeretnél disassemblert belefordítani a debuggeredbe, akkor a dbg.c fájl elején állítsd a DISASSEMBLER define-t 0-ra.
Start
-----
Expand Down
2 changes: 1 addition & 1 deletion 13_debugger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ and return it as a string when he/she presses <kbd>Enter</kbd>. A minimal implem
Disasm.h
--------
Because it's small (~72k), extremely easy to integrate, yet it supports all ARMv8.2 instructions, I decided to
Because it's small (~64k), yet supports all ARMv8.2 instructions, only depends on sprintf() (which we have now), I decided to
use the [Universal Disassembler](https://gitlab.com/bztsrc/udisasm) for this tutorial. If you don't want to
compile a disassembler into your debugger, simply set the DISASSEMBLER define 0 in top of dbg.c.
Expand Down
Loading

0 comments on commit c733414

Please sign in to comment.