Jump to content

Attila Kovacs

Members
  • Content Count

    2063
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Attila Kovacs

  1. you will tell us the next time you debugging this code 😛
  2. is this some kind of code obfuscation? 😉
  3. Attila Kovacs

    MAP2PDB - Profiling with VTune

    I'd write them in the meantime, they should work too 😛
  4. Attila Kovacs

    List of usable RegEx for source code

    Agree for recurring tasks. I think a listview on a dockform and a code navigaion routine is not that hard.
  5. Attila Kovacs

    List of usable RegEx for source code

    How would you click on a line which can't be evaluated with the built in search? 🙂
  6. Attila Kovacs

    List of usable RegEx for source code

    There are many linux tools for windows or there is the linux subsystem for windows, or even powershell if you are masochist, why would you use the very limited IDE search?
  7. Attila Kovacs

    MAP2PDB - Profiling with VTune

    AMD uProf failed every time I tried so I'm not wondering. Their forum is also full of complaints about that.
  8. Attila Kovacs

    MAP2PDB - Profiling with VTune

    Yes, OllyDbg, as I wrote before. Works like a dream. So basically every debugger which supports pdb will work.
  9. Attila Kovacs

    Firedac Indexes Distinct

    Try with one field at the time. <o>
  10. Attila Kovacs

    MAP2PDB - Profiling with VTune

    you could read those offsets from the PE (optionally), you are already iterating through the sections, should not be a big problem
  11. Attila Kovacs

    MAP2PDB - Profiling with VTune

    Just tested with a D2007 project and no problems at all.
  12. Attila Kovacs

    MAP2PDB - Profiling with VTune

    I've seen in procmon that something happens but slow af and had nothing to do with the pdb. I'm still waiting for the confirmation email for the intel tech forum where google found some similar posts.
  13. Attila Kovacs

    MAP2PDB - Profiling with VTune

    My VTunes stucks here:
  14. Attila Kovacs

    MAP2PDB - Profiling with VTune

    There is however this message on bind: "Image does not contain a debug directory address - please link with debug info enabled" It's enabled. edit: hmmmm .debug is not present in the exe edit2: got it, place debug info in a separate tds file was checked
  15. Attila Kovacs

    MAP2PDB - Profiling with VTune

    Well, OllyDbg loads fine a 27Mb pdb and I picked an address from the end of the map and it's translated in the debugger. Great work!
  16. Attila Kovacs

    MAP2PDB - Profiling with VTune

    yep: Debug info formats: â–ª PDB, COFF, DWARF, STABS
  17. Attila Kovacs

    MAP2PDB - Profiling with VTune

    yes yes yes yes yes yes yes! finally we can debug too! @Anders Melander it works! \o/
  18. Attila Kovacs

    MAP2PDB - Profiling with VTune

    great! thank you. I'll test is right now. the 16Mb+ is "just" some recursive stuff, looking forward to it!
  19. Attila Kovacs

    MAP2PDB - Profiling with VTune

    It's true, that's why I tried to read all kind of pdb's with it to see if it fails on them but could not find any.
  20. Attila Kovacs

    MAP2PDB - Profiling with VTune

    @Anders Melander 8mb/14mb I can send you if you want. Jetbrains dotPeek says that it can not read beyond the stream. Also, offset size / files count mismatch. The latter is at the end of the file right before the filenames, ~3rd field in the table.
  21. Attila Kovacs

    MAP2PDB - Profiling with VTune

    @Anders Melander this tool works on the pdb of the test app but does not show anything on a bigger project https://github.com/Microsoft/microsoft-pdb/blob/master/cvdump/cvdump.exe there is somewhere just a tiny glitch I'm sure
  22. Attila Kovacs

    MAP2PDB - Profiling with VTune

    As for the lines, if they are empty (xxx:00000000) there is either no code in the unit or the unit was in the project but not used anywhere, thus it's not linked to the exe. At least these are my observations. Sadly still no luck with a bigger project. OllyDbg loads the pdb without yielding any error, but can't really use it. Same in VTunes, obviously.
  23. Attila Kovacs

    MAP2PDB - Profiling with VTune

    @Anders Melander did you update the exe? can I try it?
  24. Attila Kovacs

    MAP2PDB - Profiling with VTune

    @Anders Melander hohooo!!! The test project's pdb just works fine with OllyDbg!!! Is that cool! I'd contribute with pleasure to get that right with large projects too but I can't deal with inline vars.
  25. Attila Kovacs

    MAP2PDB - Profiling with VTune

    me neither, everything func@addr there must be something with the pdb as I can't even use it in a debugger, I'll try with simpler ones
×