I have downloaded a portable data file from a website, and would like to be able to edit it, to understand its structure and to generate such files myself.
http://www.fileconvoy.com/dfl.php?id=ga4a4462424e50b70999210576591a13bb562d9009
Can someone give me a clue where to start and what to open it with?
Thanks!
Related
In vscode, what happens if I don't save all files under the CodeRunner extension settings? What files are they talking about? The exe files? How can I automatically delete all exe files, as it will eventually take up storage.
I am using CodeRunner and MakeHidden extensions, but can't find any solutions online for this problem. Also I am a beginner.
Its asking if you want to save all of the files you edited. Each page you type on in vs code is a different file being stored on your system. Save all saves changes made on all of them.
I have a problem in my VSCode explorer.
After I build (filename).c files, some documentary files appear in my files explorer.
What is this documentary file?
How to avoid showing this documentary file?
Thanks for all your comment :)
I think most probably that 'documentary' file will become a .exe file once you run your code. Don't worry about it. Write your code and run the code.I have something similar with my C++ files.Don't know about the hiding part though.My file explorer also looks similar
Trying to download the ARM::CMSIS-RTOS pack my mouse is hovering over and I get the errors in red at the bottom ("Cannot download file http://www.keil.com/pack/ARM.CMSIS-RTOS_Validation.1.1.0.pack: Cannot write destination file"). The project is saved in a file I have complete access to - the only answer I've found for why this may occur.
Any help would be massively appreciated. Thank you in advance.
Searching the Keil support forum the problem appears that you do not have write privileges to the folder that the pack installer is downloading to. Run as admin or manually install.
I want to modify a file in this package, but I can't compress it with the same method that was used before (on another PC). Anyone can give me a piece of advice how to compress it and with which software? For example I want to edit the scripts\alienware_light_fx.xml file and then compress the whole package again.
P.S. Sorry for my bad english! :(
That is a zip file. Any zip utility can create or modify it. You don't need to recompress the whole thing. A zip utility will allow you to simply replace that one entry.
Curiosity is one of my personal keys. I got a folder of an executable c application, this folder include many files some are files.so , files.ini and other files.lz and I decided to try do some kind of reverse engineering, so I have used a reverse engineering online tool for the files.so and files.ini are already opened via notepad as we all know, but now my problem is about opening files.lz, which i already know that it contains libraries to be used for functions on files.so
This is what i want to know and to have some help in it how can I decompress it via a desktop tool or even an online tool?
Should be Lzip.
When you are in the linux-world, one very usefull commands is file:
$ file myFile.lz
myFile.lz: lzip compressed data, version: 1