Reverse Engineering RET Homepage RET Members Reverse Engineering Projects Reverse Engineering Papers Reversing Challenges Reverser Tools RET Re-Search Engine Reverse Engineering Forum Reverse Engineering Links

Go Back   Reverse Engineering Team Board > Reverse Engineering Board > Steganography + Cryptography
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 02-17-2020, 09:52 AM
CodeRipper CodeRipper is offline
Member
 
Join Date: Mar 2009
Location: Romania
Posts: 27
Default Modulo2Simplificator

Modulo2Simplificator

This is a modulo 2 equations simplificator,
First Simplificate button will simplificate as system of equations by adding equations,
while second button Product will try to write as product each equation separated.
When the project was developed variables was entered in format letter + number like x1, x2

In modulo 2 operations subtraction ("-") is same as addition ("+") operator
Multiplication ("*") is not currently supported.

Example of usage:
x2(x1+x3+1)+x1+x3
should produce by hitting second button Product:
(x2+1)*(x1+1+x3)+1
Attached Files
File Type: zip Modulo2Simplificator.zip (12.1 KB, 6 views)
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump





Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.