473,671 Members | 2,475 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tips to Reverse engineering .DRV and .DLL !!

Hi ,
Hi, has anyone tried reverse engineering a .drv / .dll file ?
Plz tell me some techniques to reverse engineer .drv / .dll files !!
karthik bala guru

Nov 14 '05 #1
6 9506

<bl*********@ya hoo.com> wrote in message
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
Hi ,
Hi, has anyone tried reverse engineering a .drv / .dll file ?
Plz tell me some techniques to reverse engineer .drv / .dll files !!


Disassemble and study/annotate the results. However, this is not permitted
(or rather explicitly forbidden) by the EULA you accepted.

Apart from being *fully* off topic.
Nov 14 '05 #2
bl*********@yah oo.com scribbled the following:
Hi ,
Hi, has anyone tried reverse engineering a .drv / .dll file ?
Plz tell me some techniques to reverse engineer .drv / .dll files !!
karthik bala guru


What has this got to do with C?

--
/-- Joona Palaste (pa*****@cc.hel sinki.fi) ------------- Finland --------\
\-------------------------------------------------------- rules! --------/
"My absolute aspect is probably..."
- Mato Valtonen
Nov 14 '05 #3
On 24 Dec 2004 05:14:39 -0800, in comp.lang.c , bl*********@yah oo.com
wrote:
Hi ,
Hi, has anyone tried reverse engineering a .drv / .dll file ?
Plz tell me some techniques to reverse engineer .drv / .dll files !!


This has nothing to do with C. Please go ask in a Windows programming group
(I'm asuming you refer to some windows stuff)

Also do a websearch on "decompiler " and "reverse engineering" and be
prepared to be depressed:

Precis: its not generally possible, irrespective of the file's extension.

Longer version: in highly specific cases, you can do it. Those
circumstances are so rare as to be in the forgeddaboutit bucket. Generally
its more expensive than buying the company that wrote the original source.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt >
Nov 14 '05 #4

<bl*********@ya hoo.com> a écrit dans le message de
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
Hi ,
Hi, has anyone tried reverse engineering a .drv / .dll file ?
Plz tell me some techniques to reverse engineer .drv / .dll files !!
karthik bala guru


Take a look at OllyDbg in google. You need to know ASM though.

K
Nov 14 '05 #5
In article <41************ ***********@dre ader18.news.xs4 all.nl>,
dandelion <da*******@mead ow.net> wrote:

<bl*********@y ahoo.com> wrote in message
news:11******* *************** @f14g2000cwb.go oglegroups.com. ..
Hi ,
Hi, has anyone tried reverse engineering a .drv / .dll file ?
Plz tell me some techniques to reverse engineer .drv / .dll files !!
Disassemble and study/annotate the results. However, this is not permitted
(or rather explicitly forbidden) by the EULA you accepted.


OT and for its sweeping character incorrect.
At least in the Netherlands, even if the EULA were
a written statement, and you had signed it, you would probably be
allowed to reverse
engineer a .drv file that came with a Win**s machine e.g. to run it
with linux. YMMV and IANAL.
Unsigned EULA's OTOH aren't worth the paper they are written on ;-) .
Apart from being *fully* off topic.


Agreed to that. I'm a sinner now, anyway. So I could as well
give an answer:
http://home.hccnet.nl/a.w.m.van.der....assembler.html

(Yes, that is me.)

Groetjes Albert
--
Albert van der Horst,Oranjestr 8,3511 RA UTRECHT,THE NETHERLANDS
One man-hour to invent,
One man-week to implement,
One lawyer-year to patent.
Nov 14 '05 #6
dd
You'll need:
* disassembler like IDA;
* strong knowledge of assembler;
* very good knowledge of source language (typically C or C+ASM in case
of .DRV);
* strong knowledge of compiler patterns, e.g. how exactly source
language structures translated by compiler into assembler;
* patience.

(www.conus.info / Reverse engineering services)

Nov 14 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2769
by: Weird-beard | last post by:
Is there a uml reverse engineering tool for php? I am using argo uml, but it only has support for java reverse engineering, I remember that poseidon is same too. Thanks.
8
675
by: xiao zhang yu | last post by:
me was sorry if this question are present before DotNet, no matter VB.Net or C# all they are compiled to IL, and yes, that IL will totally same as "open-sourse", every IL will easy to decompile and get the source nicety, although there have comeout with some "obfuscators" solution, but the structure still remain exactly same as the source after obfuscate. me unable to understand what the benefit will IL bring to me, is that benefit of...
7
5153
by: Martin | last post by:
Hi, I am trying to reverse engineer some software in C. Ideally I would like to use a free program that would scan for function calls and map the route of function calls in programs in a tree structure. ie. main() defined in a.c | ----------------> init_comms() defined in b.c
2
1968
by: seash | last post by:
H I developed an windows form application(visual c#), i want to protect it against copying(only licensed should be able to use) and i heard a topic like reverse engineering(c# decompilers) etc...Is there any free code available on net ---need hel ----seash
3
8128
by: Sérgio Almeida | last post by:
greetings it is possible to use reverse engineering on a .NET Dll? If so, how? TIA Almeida
15
5069
by: Fady Anwar | last post by:
Hi while browsing the net i noticed that there is sites publishing some software that claim that it can decompile .net applications i didn't bleave it in fact but after trying it i was surprised that i could retrieve my code from my applications after i compile it so i need to know to prevent this from happening to my applications Thanx in advance
2
4255
by: mary | last post by:
Hi, for my thesis at the university I'm working on a Visual c++ 6.0 source code, to understand better it I need to extract the UML graphics: Class Diagram, Object Diagram, Use Case Diagram, State Diagram, Sequence Diagram, Collaboration Diagram, Activity Diagram. I've installed Visio 2003 and I'm trying to reverse engineering my project to get the conceptual design of it. When I start Visio, it exstracts and decodes correctly the...
6
7374
by: Herby | last post by:
Hi, Im interested in Reverse Engineering C++ source code into a form more comprehensible than the source itself. I want to write a basic one myself, obviously i need to write a parser for the source code. Although this has some overlap with say a compiler it would also seem significantly different too.
2
2014
by: NicolasG | last post by:
Hi guy's, Couple of day's ago I asked for your help on how to create a single file of a python executable. Now I want to proceed a little bit further asking how can I avoid (or at least make it difficult) for some one to extract my code by using reverse code engineer techniques? I came on pyobfuscate but I would like more suggestions and guide to achieve the most possible security in this matter. Regards,
0
8481
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8400
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8823
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8602
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8672
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6234
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2817
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1814
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.