10110111 / edb-debugger

edb is a cross platform x86/x86-64 debugger.
GNU General Public License v2.0
6 stars 0 forks source link

Register::value<reg_t>() must not be used #20

Closed 10110111 closed 8 years ago

10110111 commented 8 years ago

Using Register::value<reg_t>() is most likely wrong in any point of code. Actually, it may be a good idea to get rid of reg_t type itself.

10110111 commented 8 years ago

Done upstream.