Search found 5 matches

by prospero78su
Tue Jun 27, 2017 7:18 am
Forum: Bug
Topic: Changes to build.py
Replies: 3
Views: 11061

Re: Changes to build.py

The class clsBB has been added to increase the degree of control of the build process, the rest of the source code of the module has also been corrected. #!/usr/bin/python # -*- coding: utf8 -*- """ [en] Python 2.7 script for building the BlackBox Component Builder for Windows under L...
by prospero78su
Tue Jun 27, 2017 6:58 am
Forum: Bug
Topic: Changes to build.py
Replies: 3
Views: 11061

Re: Changes to build.py

Changes strings variable (name, path and etc. to build in windows #!/usr/bin/python # -*- coding: utf8 -*- """ [en] Python 2.7 script for building the BlackBox Component Builder for Windows under Linux Debian 7. Looks at all branches and puts the output into the branch's output folder...
by prospero78su
Tue Jun 27, 2017 6:48 am
Forum: Bug
Topic: Changes to build.py
Replies: 3
Views: 11061

Re: Changes to build.py

Add in __doc__ module russian translate #!/usr/bin/python # -*- coding: utf8 -*- """ [en] Python 2.7 script for building the BlackBox Component Builder for Windows under Linux Debian 7. Looks at all branches and puts the output into the branch's output folder 'unstable/<branch>' unles...
by prospero78su
Tue Jun 27, 2017 6:31 am
Forum: Bug
Topic: Changes to build.py
Replies: 3
Views: 11061

Changes to build.py

Look at my changes in this file. 1. Added explicit indication of the encoding of the file. 2. A large comment at the beginning of the file is converted to the module documentation. #!/usr/bin/python # -*- coding: utf8 -*- """ Python 2.7 script for building the BlackBox Component Build...
by prospero78su
Tue Nov 22, 2016 12:24 pm
Forum: System
Topic: Register EAX and memory cell
Replies: 7
Views: 18052

Register EAX and memory cell

Hello everybody!) If anyone knows what's the feature - explain to me, please. I opened the disassembled binary code of several modules. All modules have a strange combination of assembler commands, by sending the value of the memory cell in the EAX register and the back of the EAX register to the me...