Contribute  :  Web Resources  :  Past Polls  :  Site Statistics  :  Downloads  :  Forum  
    BiW ReversingThe challenge is yours    
 Welcome to BiW Reversing
 Thursday, June 01 2023 @ 02:22 PM CEST

Creating your own virtual drive from a directory in WinXP

 Email Article To a Friend View Printable Version 

CodingLevel : intermediate

OS : windows
Language : C

The code speaks for its self no need for more explaining to be done.Use win32api.hlp if you need any informations about the API's used.
Code was compiled in Dev-CPP.
Best regards.


read more (308 words) 3 comments
Most Recent Post: 12/24 07:32AM by thorpe

System Informations

 Email Article To a Friend View Printable Version 

CodingLevel : beginner

OS : windows
Language : C (VC6)

This is a code example on how to get some basic information about the system you are working on.It can also be extended , a real-time memory watcher can be added with just creating a thread.Enjoy.I hope the code talks for itself.


read more (382 words) 1 comments
Most Recent Post: 05/29 08:07PM by detten

Luhn (mod-10) formula

 Email Article To a Friend View Printable Version 

CodingLevel : beginner

OS : windows
Language : ASM

This formula is often use to check the validity of a credit card.
Think of it as a CRC checksum, it validates checksums of creditcards.

For more information regarding the algo, check out www.reversing.be/forum/viewtopic.php?p=2103

Now, let's get coding. I've written a DLL with function CheckCC() using fasm. The function accepts one parameter (buffer).


read more (1317 words) 1 comments
Most Recent Post: 01/24 03:22PM by BoR0

A Simple Window in Console Mode

 Email Article To a Friend View Printable Version 

CodingLevel : newbie

OS : linux
Language : asm

in the last article Creating MessageBox in console mode it was a static in the
sense we couldnt move it around and it didnt have an interactiveness

lets see how we can create a small window and move it around the screen


read more (159 words) 0 comments
Post a comment

Creating a Console Mode Messagebox with Newt and Gas In assembly

 Email Article To a Friend View Printable Version 

CodingLevel : newbie

OS : linux
Language : asm

i was wanting to test my invoke macro a little further
for those who arent aware take a look at my earlier articles
about using gas with intel sysntax and also using masm like
invoke style


read more (456 words) 0 comments
Post a comment
 Copyright © 2023 BiW Reversing
 All trademarks and copyrights on this page are owned by their respective owners.
Powered By Geeklog 
Created this page in 0.96 seconds