Search results

  1. netrom

    Good disassemble/debugging program?

    I have been using hte the last few days and I think it's pretty good at what i does. Also the built-in assembling features are nice. But I was thinking.. If you want to reverse engineer a binary with no debugging symbols and so on. Then gdb and the like are not very easy to use because the...
  2. netrom

    Good disassemble/debugging program?

    Thanks for the link. I downloaded it and compiled it but when I kldloaded it the system panicked and restarted. I could begin to determine why but I'm more in the mood for some learning.. Hehe. But as ephemera pointed out, I'm gonna go for gdb etc. first to get the hang of all the basics. It...
  3. netrom

    Good disassemble/debugging program?

    Sorry for that^ Accidentally pressed submit. But anyway, I'm looking for a good program for doing reverse engineering in. At some point in my past I used OllyDBG in Windows which, I think, is pretty darn good. But I can't find any similar application for *nix. I know dbg, ddd etc. But they...
  4. netrom

    Good disassemble/debugging program?

    Hi all! I want to
  5. netrom

    How to start learning FreeBSD OS Programming

    Yeah, it's like that almost all the time. Have quite some books on my own shelf I never get time to look into..
  6. netrom

    tcbinfo.listhead and tcp_input() placing

    Hello jmathon, I'm not totally sure but you might want to have a look at one of the following (in tcp_var.h): void tcp_twstart(struct tcpcb *); void tcp_init(void); void tcp_ctlinput(int, struct sockaddr *, void *); It is kind of a guess, really.
  7. netrom

    How to start learning FreeBSD OS Programming

    I read that one too. It's really nice and I'm doing several projects because of that book.. Yay! :e
Back
Top