Code Monkey home page Code Monkey logo

liblnk's People

Contributors

end2endzone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

liblnk's Issues

Follow cmake standards.

The current implementation of libLNK does not follow the cmake standard.

TODO:

  • Create scripts to download and install automatically gtest or assume that gtest is installed on the system.
  • Create a master CMakeLists.txt file in the project's root folder.
  • Delete version_info.* files and use the master CMakeLists.txt file for handling the project's current version.
  • Update README.md and INSTALL.md to reflect the changes.
  • and more ...

Allow more control when creating a link

The current implementation of bool createLink(const char * iFilePath, const LinkInfo & iLinkInfo); does not allow a user to have full control of the link parameters.

The following structure should be made public:

  • LinkFlags
  • FileAttributesFlags
  • ShellLinkHeader
  • LNK_FILE_LOCATION_INFO
  • LNK_LOCAL_VOLUME_TABLE
  • LNK_NETWORK_VOLUME_TABLE
  • LNK_ITEMID

Allow the user to have more control with functions like the following:

bool createLink(const char * iFilePath, const ShellLinkHeader & iHeader, const LinkInfo & iLinkInfo);

windows mode minimized

Thank you, it really cool.
But I did not find how to install - windows mode minimized
in struct LinkInfo not this field

Sorry found ShellLinkHeader.ShowCommand

Move isLink() function to private scope

bool isLink(const unsigned char * iBuffer, const unsigned long & iSize); 

The function is a public api for the library. However, the use cases where this functionnality would be required is minimal.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.