Results 1 to 2 of 2
Hi,
Can we get from .ko files or .o files, the list of c files that have made e.g.
Let a.ko is composed of g.c and m.c and similarily b.o ...
- 07-07-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 23
Info from .ko or .o files
Hi,
Can we get from .ko files or .o files, the list of c files that have made e.g.
Let a.ko is composed of g.c and m.c and similarily b.o is composed of g.c and m.c,
Can we find c files from .o or .ko files means which c files result in .o or .o files?
Regards,
dinky
- 07-07-2009 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
your best bet would be, to go look at the source code
if these are kernel modules, try /usr/src/linux/driversthe sun is new every day (heraclitus)


Reply With Quote