PDA

View Full Version : how to build a ollydbg.lib?


pillii
July 19th, 2005, 16:05
hello,
im pretty new to c++, i have visual studio 7 and want to know how i can make a lib with the new ollydbg110 apis.
i already have a lib that works, but its from an old sdk and doesnt support the Attachtoactiveprocess api, which i need, from ollysdk 110 .
i guess i have to make it with 'lib /defllydbg.def /machine:ix86' , but the generated lib file doesnt import any funktions to me when i add it to my c++
project.
this is what lib outputs to me:

H:\olly plugins\plug110>lib /defllydbg.def /machine:ix86
Microsoft (R) Library Manager Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

ollydbg.def(2) : warning LNK4017: NAME-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(3) : warning LNK4017: DESCRIPTION-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(4) : warning LNK4017: EXETYPE-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(5) : warning LNK4017: CODE-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
ollydbg.def(6) : warning LNK4017: DATA-Anweisung wird von der Zielplattform nicht unterstützt; ignoriert
Bibliothek 'ollydbg.lib' und Objekt 'ollydbg.exp' wird erstellt

pls help me
pillii

joe
July 19th, 2005, 16:41
Go to: http://www.ollydbg.de/
("http://www.ollydbg.de/
")
In the What's new section You can find 'Modified PDK' from Alex Clarke.
This update contains Attachtoactiveprocess.

pillii
July 19th, 2005, 17:00
thank you!!
this was exactly what i was looking for