Skip to content

Shura1oplot/dufi

Repository files navigation

Dump Fixer Tools

Dump Fixer Tools are a set of useful utilities that helps you to deal with rukozhopy data extractions.

Build Dependencies

  1. Windows 10 x64
  2. Python 3.8
  3. Microsoft Visual Studio 2019 Community with "Desktop development with C++" components
  4. Python modules from requirements.txt and requirements_dev.txt

How to build

Method 1 (simple):

  1. Run command prompt in admin mode
  2. Activate conda environment
  3. build_all.bat

Method 2:

  1. Run command prompt in user mode
  2. Activate conda environment
  3. python clean.py
  4. python configure.py
  5. build_lib.bat
  6. build_tlb.bat
  7. Run command prompt in admin mode
  8. Activate conda environment
  9. python "%CONDA_EXE%\..\clear_comtypes_cache.py" -y
  10. python gen_comtypes_cache.py
  11. Switch back to command prompt in user mode
  12. build_exe.bat
  13. build_dist.bat