General :: How To List Imported Symbols In ELF Executable

Jul 9, 2010

For PE executable, I can list the imported symbols using

dumpbin /imports FILE.EXE

or using the depends utility which is GUI application.

`nm ELF-binary' just returns "no symbols".

View 1 Replies


ADVERTISEMENT

Programming :: Removing Symbols From Binary Executable File

Aug 21, 2010

Arm-linux-strip for removing the symbols from binary executable file after compilation. What exactly the symbols means.

View 1 Replies View Related

Ubuntu Multimedia :: Shotwell - List Of Duplicate Photos And Videos Not Imported?

May 6, 2011

I just imported a large set of photos into Shotwell on Ubuntu. The popup on completion says:

Quote:

Import Complete
749 duplicate photos/videos were not imported:
[path]/[filename]
[path]/[filename]
[path]/[filename]
[path]/[filename]
(and 745 more)

How can I get a full list of the 749 photos and videos that were not imported?

View 1 Replies View Related

Ubuntu :: Options List - What Certain Symbols Do Such As {}

Nov 1, 2010

I have searched these forums and the net and for the life of me I cannot find a list of of all the options (ie. -a -b -c) I also have some interest in knowing what certain symbols do such as {};

View 6 Replies View Related

OpenSUSE :: Xmgrace - Symbol List In The Font Tool Menu Some Symbols Does Not Work

May 22, 2009

I have installed opensuse 11.1 in my pc and I also install the xmgrace package. However, in the xmgrace some the Symbol list in the font tool menu some symbols does not work! for example the symbols: Eur,infinity, sum, partial derivative, not equal, plus or minus, etc...

View 6 Replies View Related

Programming :: 'nm' Lists All Symbols - Including Static Library Symbols?

Apr 5, 2010

By issuing the 'nm' command on shared library (internally using one static library), the functions exposed by static library is also being listed, Which allows to use internal functions which is of course not intended. I have one static library having A(), B() and C() functions. Creating one shared library which has function XYS() that is using A() and B() functions from Static library. While doing 'nm' on shared library, all the static library function are being listed.

Static Lib:

#include<stdio.h>
void A(char *msg)
{
printf("

[code]....

View 4 Replies View Related

General :: Fatal: Bad Magic Number In Executable `prime' (not An Executable?)

Sep 3, 2010

I am trying to run Wattch simulator in linux.But it is giving the error below. what is this error and what do I do about it?

fatal: bad magic number in executable `prime' (not an executable?)

View 1 Replies View Related

General :: Automatically Appending Date To Filenames Of Photos Imported Using Shotwell Or F-spot

Nov 26, 2010

Is there a way to automatically append date to the filenames of the photos imported using shotwell or f-spot?

View 9 Replies View Related

General :: What Are The Symbols In VDT's Output

Feb 17, 2011

I've been messing with a curses-based disk check tool in Linux called VDT (visual disk test). It puts out a nice little chart on the screen as it's going, but I have no idea what each unit of output on the chart means. I've read the man page several times, but there doesn't seem to be any mention of the visual output.

For instance, right now I have a chart that looks like this during a read test. What do the o's and the Z mean?

View 1 Replies View Related

General :: Debug Symbols Of GNU Packages

Jul 21, 2011

Where can I find debug symbols of GNU packages, for example for coreutils etc.?

View 3 Replies View Related

General :: Meaning And Functions Of Shell Symbols?

Mar 16, 2011

In shell scripting, what do or what does this symbol do or mean ? "."(octet), ";" (semicolon)? Would really like to know? Cause I saw a written script if [ -f /etc/file ];then. . /etc/file. Wondering, the "." is meant to be source, so is "." the same thing as "source" ?

View 2 Replies View Related

General :: Text Document Displays Only Symbols

Dec 7, 2010

When I try to open text file with mouse pad or kate write all I see is PK and in small letters HF over TF_. I have no idea how this happened. How do I get my text document back? Using XFCE4.6.1, mousepad and kate write for my journal. Properties says its a zip archive but I didn't do that. Anyway tried to unzip it and got:

Code:
PowerJustice may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of PowerJustice or
PowerJustice.zip, and cannot find PowerJustice.ZIP, period.

View 6 Replies View Related

General :: Keyboard Layout For Mathematical / Greek Symbols?

May 12, 2010

I've been wondering about this for a long time but never thought to ask: I do a lot of scientific work so there are many times it would be really handy to be able to type mathematical symbols or Greek letters which, for the most part, aren't part of the ASCII character set. Like "∞ ρ σ τ ω ∑ ... √ ∫ ≤ ≥ " and so on. Is there a keyboard layout (for Linux) that maps simple key combinations to these kinds of characters? (Assuming all the encoding and font issues are worked out properly) I know I could create one myself but it'd be a lot easier if someone's already done the work, or at least if there's a partial solution I could modify.

View 3 Replies View Related

General :: Deleting Symbols From File - String Not Found

Aug 4, 2009

I am trying to delete these symbols "[ ]" from a file but it says string not found. I tried: %s/[//g while editing the file not working also tried sed -e '/[/d' and sed '/]/d' still no job.

View 3 Replies View Related

Fedora :: Make A Executable (application/x-executable)

Aug 21, 2011

I hope this post stands in the right section.I have a commandline i need to enter in terminal when i want to run a program. i tought lets put that piece of command in an .sh file and just click the file to run the program (then i dont need to open terminal first an give in the command) however the .sh file does not open the program. so i propably need to make a executable (application/x-executable).

View 3 Replies View Related

Ubuntu :: Cannot Open An Executable File Because Of Executable Bit?

Jun 20, 2010

I am running into a snag on .exe files in Lucid. I have Wine installed, but I can not open the file as it is blocked from executing with a window popping up telling me that this file was blocked due to security reasons. I go into the files properties and try to change the permission but that does not help. Is there a way to get around this? Possibly in the terminal as root?

View 3 Replies View Related

General :: Xorg: Map AltGr To The CapsLock Key (to Toggle 3rd Level Symbols)

May 7, 2010

as many others I don't need CapsLock. I want to reassign it such that it has the function of AltGr. I use Kubuntu 9.10 but I think there must be a solution which is distribution independent.

I already tried to use setxkbmap or xmodmap. Using xmodmap at least I managed that CapsLock to behaves like Del by following this description.

But I could not achieve assigning the AltGr behavior to CapsLock.

View 2 Replies View Related

General :: Curl -K Command Outputs Weird Symbols Instead Of Downloading URL From File?

May 16, 2011

I'm on Ubuntu 11.04. I have read around about how to use curl to download a list of URLs from a text file, and everyone says to use Code:curl -K URLlist.txt. This is what the curl man page says as well. However, for even a simple file with one URL, this command outputs a bunch of weird symbols for me instead of downloading the file.For example, I have a text file "test.txt" with one line in the following format:

Code:
url = "http://www.example.com/image.jpg"
I use the curl command to download this file:

[code]....

View 7 Replies View Related

Fedora :: Avi Imported From Cameras?

Aug 4, 2010

I recently made the switch from windows and mac system to fedora 13 64 bit kde, which has been a challenging 6 months, not having a IT background. Anyway, overall now that I am getting the hang of it I really like fedora 13 kde, nice job guys. I have one final obstacle remaining that I have not been able to figure out. I have the necessary rpms for video and sound. I am able to successfully copy video from DVD's and play them from hard drive without issue using VLC. However, when I try to import avi files from my camera's sd memory card, the videos always end up "corrupted" and when repaired do not play sound. Again, I can play AVI's from dvd's fine. Interestingly, I can take the same files from my fedora box and copy them onto a usb stick and transfer them into my mac and they play fine.

I suspect there is a codec issue possibly with VLC, but not sure. I also tried on the default player, but cannot remember the name of that right now and my wife is presently watching her Mary Kay dvd on it as it is hooked up to our TV . My video codec knowledge is pretty basic. Can someone point me in the right direction of what the problem might actually be, another post, something?

View 5 Replies View Related

Ubuntu :: Debs Not Getting Imported By Apt-cacher-ng?

Aug 31, 2010

I have used apt-cacher successfully for a long time on my home LAN. Its been great but after a recent server crash I decided to switch to apt-cacher-ng due to reports of lower memory footprint and faster response. Thats all well and good and after just a little mucking around it seems to be working.

But there are a few old (but still current) debs that I am having trouble importing into the apt-cacher-ng cache. Most of them were picked up after adding all the repos to my client and running apt-get update. But there are still a few that aren't.(the 2 biggest ones are from the same repo).My client machine runs apt-get update without fault but when I import (using the apt-cacher-ng web interface) it lists all the repos (including the one these debs should be in) but isn't importing any more of the debs. There are no errors showing.

View 1 Replies View Related

General :: Bash - Shell Utils: Convert A List Of Hex To List Of Decimals?

Dec 27, 2010

How can I convert a file with a lot hex numbers into the decimal?

Example: file1
0x59999
0x5acdc
0xffeff

I want to start $ cat file1 | util | cat >file2 and get file2 with smth like

[Code]...

View 3 Replies View Related

Ubuntu :: Easytag Not Recognising Imported Mp3 Files

Nov 22, 2010

EasyTag will not recognise mp3 files imported from an iPod via Rhythmbox.I get an error message - " there are no files in this directory or subdirectories".Easytag will however recognise mp3s ripped from a CD on the machine.I believe I have changed permissions/ownership of the files to the username.Using Maverick 10.10

View 1 Replies View Related

General :: List The 'chkconfig --list' In Alphabetical Order?

Jan 7, 2010

list the 'chkconfig --list' in alphabetical order

View 3 Replies View Related

General :: Command To List The List Of Folders / Within The Folder

Jan 28, 2010

one command to list the list of folders/ within the folder.

View 4 Replies View Related

Ubuntu :: Firefox Refuses To Open Imported Bookmarks

Sep 2, 2010

I just reinstalled my Firefox after a extension problem. Now it will not open my bookmark file I exported before the reinstall. It just goes to the folder above it, which is Ubuntu One. When I go back and try again, it freezes and makes it that I have to close the window and pull it back up again. How can I do this without issues?

View 1 Replies View Related

Ubuntu :: Banshee NOT Preserving Imported Playlists' Orders

Jul 20, 2011

I am going through the motions of migrating from Rhythmbox to Banshee so that I can field questions about the process as Banshee takes over for Rhythmbox in Ubuntu. I have solved a silly issue about importing playlists (they must be imported from /home/username/ or you must alter the paths in each entry). But there is another issue which I am at a loss to explain.

My playlists are like mixed tapes. They are in a specific order. When I import a playlist into Banshee that order is not preserved. I have checked the files and they are definitely ordered and numbered in the playlists just as they are in Rhythmbox, but Banshee refuses to import them with the order respected regardless of the smallness of the list.

What's going on and how can I correct this?

I'd rather not have to reconstruct all of these playlists.

View 1 Replies View Related

Security :: PKI Certificates And Web Browsers / File That Is Being Imported Into The Browser?

Dec 29, 2010

We have a web server running apache and a custom web app that we log into from a web browser and it ask you to except the certificate and all is well. I now have an user who is using a window server 2008 and he wants to manually import the *.cer file into his browser to be able to login. My question are:

1 - What is the file that is being imported into the browser? *.pem *.crt

2 - I see on our server that we have our certs I believe located in the /etc/pki/tls/certs. The openRADIUS servers that I have created, this is the directory to where it is stored.Is this the typical placement for certs.

3 -If the files is a .cert or *.pem than could I use openssl to convert them to the appropiate *.cer file for IE7

View 2 Replies View Related

OpenSUSE :: Kmail: Imported Contacts In Adressbook But New Mail Doesn't See Them

Jul 24, 2010

11.3 KDE 4.4.4

I've imported my contacts in adressbook and I can see them in Kontact - Adresses. But when I compose a new mail, I can't select any of my contacts. There is a combobox to select between following choices:

All
Default Adress book
Distribution list
recent adresses
Selected adresses

But none of these options shows the contacts I have imported. And I can't find an option to make my imported adress book the default adress book.

View 8 Replies View Related

Ubuntu Servers :: Create New Graph From Imported Template In Cacti?

Jan 6, 2010

I downloaded template for cacti to make graphs from eth interface.is imported and showed in graph templates, but when I choose to creat new graph, it is not there.

View 2 Replies View Related

Ubuntu :: Banshee Emptying Imported Playlists At Random Intervals

Aug 4, 2011

Banshee is, at seemingly random intervals, emptying any playlist I have imported (as .pls generated by Rhythmbox). The playlists I build in Banshee directly are not suffering this emptying problem. (There is one imported playlist, of some 30+, which has not yet emptied but I see nothing special about it.)

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved