Contribute
:
Web Resources
:
Past Polls
:
Site Statistics
:
Downloads
:
Forum
The challenge is yours
advanced search
Topics
News
(14)
Tutorials
(115)
Crackmes
(70)
Coding
(23)
Challenges
Download
Hall Of Fame
User Functions
Username:
Password:
Don't have an account yet? Sign up as a
New User
Banners
Welcome to BiW Reversing
Thursday, June 01 2023 @ 03:02 PM CEST
FAQ
Search
Memberlist
Usergroups
Register
Profile
Log in to check your private messages
Log in
Search found 105 matches
www.reversing.be Forum Index
Author
Message
Topic:
Post a lil bit about yourself
BoR0
Replies:
75
Views:
160500
Forum:
BiW Member Chat
Posted: Fri Oct 05, 2007 1:33 am Subject:
Post a lil bit about yourself
Hey
Topic:
asm writing
BoR0
Replies:
6
Views:
29555
Forum:
Tools Garage
Posted: Tue May 29, 2007 6:39 am Subject:
asm writing
Of course it's not hard at all
Topic:
N00b here
BoR0
Replies:
6
Views:
27185
Forum:
Code Reversing
Posted: Wed Dec 06, 2006 2:42 pm Subject:
N00b here
Check out the tutorial at www.madwizard.org - it is one great tutorial!
It helped me a lot.
Topic:
N00b here
BoR0
Replies:
6
Views:
27185
Forum:
Code Reversing
Posted: Mon Dec 04, 2006 2:33 pm Subject:
N00b here
People need to learn to code before actually trying to reverse. It is a great help!
Start by learning how to program in ASM. It will take much time, but you'll eventually figure that it is all wort ...
Topic:
How to convert a variable in C to the same one in Assembly?
BoR0
Replies:
5
Views:
25066
Forum:
Coding Corner
Posted: Mon Oct 09, 2006 5:58 am Subject:
How to convert a variable in C to the same one in Assembly?
Copy and paste it in notepad. Replace every '0x' with a '0', and after replace every ',' with a 'h,'. Voila, you're done =)
Topic:
What about Vista?
BoR0
Replies:
8
Views:
33383
Forum:
Code Reversing
Posted: Sun Aug 13, 2006 11:55 pm Subject:
What about Vista?
What about it? It'll have included a 3D version of Solitaire.
Hehe, just kidding. Just another obsolete OS by M$. That's all
Topic:
My First Week Reversing
BoR0
Replies:
7
Views:
25140
Forum:
BiW Member Chat
Posted: Mon Aug 07, 2006 3:04 pm Subject:
My First Week Reversing
I think numbers doesn't matter, skills matter.
Numbers are everything (and operations :p).
Topic:
login windows xp
BoR0
Replies:
1
Views:
15016
Forum:
Coding Corner
Posted: Mon Aug 07, 2006 3:00 pm Subject:
login windows xp
I've played with this kind of stuff on my previous box (it was WINLOGON for me though, 2K). Anyway, you can try attaching to the file while the Windows is already running. I cannot guarantee you that ...
Topic:
[Project] PE-Hide Protector
BoR0
Replies:
17
Views:
26890
Forum:
Coding Corner
Posted: Tue May 09, 2006 8:02 pm Subject:
[Project] PE-Hide Protector
If the md5 check up passes, just use the password that the user entered as a decryption.
EDIT: As simple as:
Encryption:
1) User locks notepad.exe with password "helloworld"
2) Your program ...
Topic:
[Project] PE-Hide Protector
BoR0
Replies:
17
Views:
26890
Forum:
Coding Corner
Posted: Tue May 09, 2006 7:44 pm Subject:
[Project] PE-Hide Protector
You could use something like MD5 checksum. A small (and working) example:
User protects a file using password "test123", take md5 of that:
4a251a2ef9bbf4ccc35f97aba2c9cbda
Store that key in the ...
Topic:
[Project] PE-Hide Protector
BoR0
Replies:
17
Views:
26890
Forum:
Coding Corner
Posted: Tue May 09, 2006 2:10 pm Subject:
[Project] PE-Hide Protector
Ah, this program's password feature is not very safe (XOR). It is very easy to reverse. Let's try a small example.
Copy calc.exe from your Windows folder to Desktop, and password protect it with PE ...
Topic:
Life.c
BoR0
Replies:
4
Views:
9537
Forum:
Coding Corner
Posted: Thu Mar 02, 2006 4:37 pm Subject:
Life.c
I already had that in my code.
if (!(y%4)) days++;
If that's what you meant
Topic:
Life.c
BoR0
Replies:
4
Views:
9537
Forum:
Coding Corner
Posted: Thu Mar 02, 2006 4:51 am Subject:
Life.c
/*
* This program calculates the difference (in days) between 2 dates.
*
* Example:
*
* Date1: 01 01 2002
* Date2: 01 01 2003
*
* Would return 365 days.
*
* Don ...
Topic:
help with writeprocessmemory
BoR0
Replies:
12
Views:
15541
Forum:
Coding Corner
Posted: Tue Jan 31, 2006 4:08 pm Subject:
help with writeprocessmemory
One way is to disable the CRC check. Another way is to use debug APIs, that way you can change the value of any register
Topic:
Code injection made easy
BoR0
Replies:
18
Views:
23407
Forum:
Coding Corner
Posted: Thu Jan 26, 2006 9:44 pm Subject:
Code injection made easy
UPDATE: Yes, you were right.
Damn MASM somehow added wsprintf for nothing. This is what my code assembled to:
00401000 >/$ 68 00304000 PUSH boro.00403000 ; /FileName ...
Page
1
of
7
Goto page
1
,
2
,
3
,
4
,
5
,
6
,
7
Next
All times are GMT + 1 Hour
Jump to:
Select a forum
General
----------------
BiW Member Chat
N2C Member Chat
FAQ's
Forum Rules
Windows Reversing
----------------
Unpacking
Tools Garage
Coding Corner
Code Reversing
Linux Reversing
----------------
Tools Garage
Powered by
phpBB
© 2001, 2005 phpBB Group
Copyright © 2023 BiW Reversing
All trademarks and copyrights on this page are owned by their respective owners.
Powered By
Geeklog
Created this page in 1.05 seconds