FileList.txt.svn-base
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:1k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. Introduction
  2. ------------
  3. This folder contains the parts of OpenKore that are written in C and C++,
  4. as well as Perl XS wrappers which allows Perl programs to be able to use
  5. those C and C++ APIs.
  6. Subfolders
  7. ----------
  8. PathFinding/
  9. Contains:
  10. - C and C++ source files for the OpenKore pathfinding algorithm.
  11. - Perl XS wrapper for the C/C++ pathfinding API.
  12. Translation/
  13. Code for internationalization and localization (translation)
  14. support in OpenKore.
  15. PaddedPackets/
  16. Padded packets emulator. See README.TXT in this folder for more
  17. information.
  18. utils/
  19. Contains:
  20. - HttpReader, an asynchronous HTTP client.
  21. - The Whirlpool hashing function.
  22. - Rijndael (AES) encryption.
  23. unix/
  24. Contains Unix-specific functions and their associated Perl XS
  25. wrappers.
  26. win32/
  27. Contains:
  28. - Win32-specific functions.
  29. - Their associated Perl XS wrappers.
  30. - The source code for NetRedirect.dll
  31. misc/
  32. Contains all kinds of misc functions.