-
Content Count
2067 -
Joined
-
Last visited
-
Days Won
27
Everything posted by Attila Kovacs
-
@Vandrovnik Thank you for pointing that out!
-
virtualization VMWare Workstation PRO vs MS Hyper-V
Attila Kovacs replied to Drewsky's topic in Delphi IDE and APIs
I've already asked before, how can you work on a slow and laggy VM? It sounds like washing your feet with socks on. -
Overloocked Format( ) options
Attila Kovacs replied to Rollo62's topic in RTL and Delphi Object Pascal
you mean %0:s? -
And what about Schokohase?
-
Read-write protected, but read-only public property?
Attila Kovacs replied to aehimself's topic in Algorithms, Data Structures and Class Design
you will tell us the next time you debugging this code 😛 -
Read-write protected, but read-only public property?
Attila Kovacs replied to aehimself's topic in Algorithms, Data Structures and Class Design
is this some kind of code obfuscation? 😉 -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
I'd write them in the meantime, they should work too 😛 -
List of usable RegEx for source code
Attila Kovacs replied to Mike Torrettinni's topic in Tips / Blogs / Tutorials / Videos
Agree for recurring tasks. I think a listview on a dockform and a code navigaion routine is not that hard. -
List of usable RegEx for source code
Attila Kovacs replied to Mike Torrettinni's topic in Tips / Blogs / Tutorials / Videos
How would you click on a line which can't be evaluated with the built in search? 🙂 -
List of usable RegEx for source code
Attila Kovacs replied to Mike Torrettinni's topic in Tips / Blogs / Tutorials / Videos
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? -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
AMD uProf failed every time I tried so I'm not wondering. Their forum is also full of complaints about that. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
Yes, OllyDbg, as I wrote before. Works like a dream. So basically every debugger which supports pdb will work. -
Try with one field at the time. <o>
-
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
you could read those offsets from the PE (optionally), you are already iterating through the sections, should not be a big problem -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
Just tested with a D2007 project and no problems at all. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
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. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
My VTunes stucks here: -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
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 -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
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! -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
yep: Debug info formats: â–ª PDB, COFF, DWARF, STABS -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
yes yes yes yes yes yes yes! finally we can debug too! @Anders Melander it works! \o/ -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
great! thank you. I'll test is right now. the 16Mb+ is "just" some recursive stuff, looking forward to it! -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
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. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
@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. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
@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