Giter Club home page Giter Club logo

anonfile's Introduction

About me

  • C/C++
  • Python
  • Assembler
  • Reverse engineering

Connect with me:

website website    website       website website

📘 My top open source projects

anonfile    SourceCodeObfuscator

🔥 Streak stats


📊 Github stats

Github stats

anonfile's People

Contributors

0x000n3x4n avatar gusted avatar

Stargazers

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

Watchers

 avatar

anonfile's Issues

GUI client

ToDo GUI client for upload file to anonfile.com

Build from sources: error: invalid conversion from ‘const void*’ to ‘void*’ [-fpermissive]

sendReceiver.cpp:136:51: error: invalid conversion from ‘const void*’ to ‘void*’ [-fpermissive]    

BIO* cbio = BIO_new_mem_buf(mypem, sizeof(mypem));

/usr/include/openssl/bio.h:668:6: error:   initializing argument 1 of ‘BIO* BIO_new_mem_buf(void*, int)’ [-fpermissive]
 BIO *BIO_new_mem_buf(void *buf, int len);
FULL ERROR LOG

Scanning dependencies of target anonfile
[ 20%] Building CXX object CMakeFiles/anonfile.dir/helpers/helpers.cpp.o
[ 40%] Building CXX object CMakeFiles/anonfile.dir/sendReceiver/sendReceiver.cpp.o
[ 60%] Building CXX object CMakeFiles/anonfile.dir/json_handler/JHandler.cpp.o
[ 80%] Building CXX object CMakeFiles/anonfile.dir/main.cpp.o
/home/travis/build/0x000N3X4N/anonfile/helpers/helpers.cpp: In static member function ‘static std::string Helpers::readFromFile(std::ifstream&)’:
/home/travis/build/0x000N3X4N/anonfile/helpers/helpers.cpp:35:50: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘std::basic_string<char>::size_type {aka long unsigned int}’ [-Wformat=]
     printf("Size of input file: %d\n", tmp.size());
                                                  ^
/home/travis/build/0x000N3X4N/anonfile/sendReceiver/sendReceiver.cpp: In static member function ‘static CURLcode SendReceiver::sslctx_function(CURL*, void*, void*)’:
/home/travis/build/0x000N3X4N/anonfile/sendReceiver/sendReceiver.cpp:136:51: error: invalid conversion from ‘const void*’ to ‘void*’ [-fpermissive]
   BIO* cbio = BIO_new_mem_buf(mypem, sizeof(mypem));
                                                   ^
In file included from /usr/include/openssl/ssl.h:152:0,
                 from /home/travis/build/0x000N3X4N/anonfile/sendReceiver/sendReceiver.h:10,
                 from /home/travis/build/0x000N3X4N/anonfile/sendReceiver/sendReceiver.cpp:1:
/usr/include/openssl/bio.h:668:6: error:   initializing argument 1 of ‘BIO* BIO_new_mem_buf(void*, int)’ [-fpermissive]
 BIO *BIO_new_mem_buf(void *buf, int len);
      ^
make[2]: *** [CMakeFiles/anonfile.dir/sendReceiver/sendReceiver.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/anonfile.dir/all] Error 2
make: *** [all] Error 2
The command "make -j4" exited with 2.

For resolve this issue you need to install openssl version greater than OpenSSL 1.0.1f 6 Jan 2014 or open the file named sendReceiver.cpp and jump to line 113 static const char mypem[] = and delete const modifier, after the changes the line should look like static char mypem[] =.
Save and rebuild.

Can't use

Hi, can you upload a .exe file, because I can't use the tool!

[Suggestion] Ability to Upload File from Direct-Link

Suggestion

H!
I've my archived project from another File-Cloud and i want to import the assets to AnonFiles as Archive. It's really not efficient to download the assets first to my internal storage and upload it to AnonFiles/BayFile. I'm hoping to see a feature that can give ability to fetch stream data from a direct-link and immediately upload it to AnonFiles/BayFile without the files being saved first to disk.

Implementation

anonfile.exe --direct-url
anonfile.exe -U https://direct-link/file.zip

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.