Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Make ollydbg.lib with ollydbg.def in Visual C++ 2010 Express ?

Featured Replies

Posted

Hello,

I need your help for make ollydbg.lib with the file ollydbg.def in Microsoft Visual C++ 2010 Express Edition.

Thanks,

Mathieu

Edited by mrousse83

What's the problem? I use this without any problems in my MSVS 2010 Ultimate.

PDK.rar

  • Author

I use the original file : ollydbg.def (attached to this post)

I make my file with this command :

lib.exe /DEF:ollydbg.def /MACHINE:X86

In VC++ 2010, i configure my project like that :

vc1v.png

vc2.png

When i make my project i have this errors :

1>c:\xxx\xxx\documents\visual studio 2010\projects\testplugin\testplugin\testplugin.cpp(12): error C2146: erreur de syntaxe : absence de ';' avant l'identificateur '_ODBG_Plugindata'

1>c:\xxx\xxx\documents\visual studio 2010\projects\testplugin\testplugin\testplugin.cpp(13): error C4430: spécificateur de type manquant - int est pris en compte par défaut. Remarque : C++ ne prend pas en charge int par défaut

My code :


#include "PLUGIN.H"char PluginName[] = "TestPlugin";
char PluginVersion[] = "0.0.1";
char PluginAuthor[] = "Test";extc int _export cdecl ODBG_Plugindata(char shortname[32])
{
strcpy(shortname, PluginName);
return PLUGIN_VERSION;
};

I think it's because my ollydbg.lib file is not correct... but i don't now how to fix it !

Thanks,

Mathieu

files.zip

Edited by mrousse83

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.