Google-apps
Hoofdmenu

Post a Comment On: C0DE517E

"Querying PDBs"

5 Comments -

1 – 5 of 5
Blogger Arseny Kapoulkine said...

It's funny - I did this exact thing ~half a year ago, but with good results (i.e. I found the bug this way).

http://hg.zeuxcg.org/misc/src/0882342219e2/tools/pdbscan.fs

July 14, 2011 at 6:50 PM

Blogger Arseny Kapoulkine said...

(my solution is more verbose because it flattens everything to primitive types to get all possible results for the stomp pattern, making no assumptions (i.e. three consecutive floats I was looking for could be a vector, but could be just floats; the int32 could be a enum or an int, and int8 could be an int8 or a bool. The effort paid off :))

July 14, 2011 at 6:54 PM

Blogger DEADC0DE said...

F#, cool! I actually wanted to experiment with wrapping the PDB to be usable in Linq expressions. Maybe in the future I will. I also want to make it more C++ friendly (in terms of understanding how C++ types are encoded in the PDB). I'll have a look at your code more in detail later. Thanks for posting it!

July 14, 2011 at 8:03 PM

Anonymous Anonymous said...

Does PDB stands for Parameter Database?

August 25, 2011 at 12:44 AM

Anonymous Anonymous said...

Thank you man :-D! You are my here; exactly what I was looking for!! God bless ya :)

May 8, 2012 at 7:55 AM

You can use some HTML tags, such as <b>, <i>, <a>

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.
Please prove you're not a robot