Contribute  :  Web Resources  :  Past Polls  :  Site Statistics  :  Downloads  :  Forum  
    BiW ReversingThe challenge is yours    
 Welcome to BiW Reversing
 Thursday, June 01 2023 @ 03:23 PM CEST
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 92 matches
www.reversing.be Forum Index
Author Message
  Topic: Unpacking smk's from a large file?
parabytes

Replies: 2
Views: 9307

PostForum: Unpacking   Posted: Fri Jan 06, 2006 2:39 pm   Subject: Unpacking smk's from a large file?
Try to see what function in the game engine handles those files and how it handles them...

It might be a good idea to load the game, let it unpack the files and dump the memory/whatever down...
  Topic: Post a lil bit about yourself
parabytes

Replies: 75
Views: 160500

PostForum: BiW Member Chat   Posted: Fri Jan 06, 2006 2:36 pm   Subject: Post a lil bit about yourself
P.s. Thanx Parabytes for the Reg2exe prog, I use it ALOT with my rips (creds in .nfo's)


Oh noes... Shocked

You're one of them, aren't you? Laughing



The web is full of cracks regged under ...
  Topic: Merry Christmas
parabytes

Replies: 10
Views: 31422

PostForum: BiW Member Chat   Posted: Mon Jan 02, 2006 3:17 pm   Subject: Merry Christmas
Sheesh. I wish we had xmas in Israel Crying or Very sad
  Topic: Hidden Partition
parabytes

Replies: 1
Views: 8022

PostForum: Coding Corner   Posted: Wed Dec 21, 2005 4:58 pm   Subject: Hidden Partition
I saw a USB sniffer somewhere once, try to look for a code for such thing, see if you can learn anything from a pure packet sniffing...

It's not much, but it's all I can come up at the moment Wink
  Topic: Post a lil bit about yourself
parabytes

Replies: 75
Views: 160500

PostForum: BiW Member Chat   Posted: Wed Dec 21, 2005 4:31 pm   Subject: Post a lil bit about yourself
Hi Immortal_One Wink
  Topic: n2c-dhx.cme.1 needs to be replaced
parabytes

Replies: 1
Views: 14443

PostForum: N2C Member Chat   Posted: Wed Dec 21, 2005 4:30 pm   Subject: n2c-dhx.cme.1 needs to be replaced
this (and another release by myself) suffer from the same problem of an imperfect (and that's an understatement) algorithm which makes it unsolveable...

Sorry, but dihux had recently retired, so ev ...
  Topic: a silly question about asm of a very newbie
parabytes

Replies: 11
Views: 18362

PostForum: Code Reversing   Posted: Sun Dec 04, 2005 12:54 am   Subject: a silly question about asm of a very newbie
It is, it's probably a mistake.

I believe this code is one of my first works, written in TASM... the only NOP seeker I've ever saw is there Wink

Correct me if I'm wrong... :]
  Topic: Factorize()
parabytes

Replies: 5
Views: 10172

PostForum: Coding Corner   Posted: Sat Dec 03, 2005 9:19 am   Subject: Factorize()
13 is beyond the bounds of 32bits actually Smile

Also, this is not recursive, it's a loop.


To optimize a bit the loop I'd make it like


mov eax,1
mov ecx,N

@@:
mul ecx
dec ecx
j ...
  Topic: a silly question about asm of a very newbie
parabytes

Replies: 11
Views: 18362

PostForum: Code Reversing   Posted: Fri Dec 02, 2005 4:35 pm   Subject: a silly question about asm of a very newbie
Hex was chosen simply because it's a power of 2...

It's easier to convert binary and hex because it's the same logic behind them, being both power of 2. If you might have noticed or not, a nibble ( ...
  Topic: how to access the right exe?
parabytes

Replies: 4
Views: 9403

PostForum: Code Reversing   Posted: Tue Nov 08, 2005 5:35 am   Subject: how to access the right exe?
A process can be debugged only by one application.

So there's a good chance that the main application is "debugging" the unlocking code, to prevent you from accessing it.

Make sure that it doesn ...
  Topic: Cracking WinZip 10.0 Beta
parabytes

Replies: 5
Views: 11013

PostForum: Code Reversing   Posted: Tue Oct 18, 2005 1:30 pm   Subject: Cracking WinZip 10.0 Beta
I wonder if they are really going to have a massive change in their algo.

WinZip 9 has two algorithms, one of them is a bit newer I guess, and the other one is a backward compatibility for older ve ...
  Topic: Reverse engineering a swf file
parabytes

Replies: 3
Views: 9845

PostForum: Code Reversing   Posted: Tue Oct 18, 2005 1:26 pm   Subject: Reverse engineering a swf file
There are couple of SWF and Flash decompilers...

A couple of years ago I figured that eventually there will be flash programs and reversers will have to learn how to crack flash, no one paid attent ...
  Topic: ParaBytes! or anybody....nid help
parabytes

Replies: 1
Views: 15327

PostForum: N2C Member Chat   Posted: Tue Oct 18, 2005 1:24 pm   Subject: ParaBytes! or anybody....nid help
Well, in those days of windows, why would you use the ancient Turbo C it makes no sense.

Second of all, you don't learn C from a tutorial, go to the nearest bookstore (you know... out of the house, ...
  Topic: Integer hack (C/C++ typecast hack)
parabytes

Replies: 8
Views: 11758

PostForum: Coding Corner   Posted: Fri Oct 14, 2005 12:52 am   Subject: Integer hack (C/C++ typecast hack)
Ah yeah, cause the str1 has no \0 char at the end of it Wink

Then pushing str2 is redundant since the function isn't usin' it anyway... Smile
  Topic: Happy Birthday New 2 Cracking!
parabytes

Replies: 9
Views: 25778

PostForum: N2C Member Chat   Posted: Fri Oct 14, 2005 12:39 am   Subject: Happy Birthday New 2 Cracking!
Tana, I didn't remember you from the Lewsers Inc. days...

*sigh* those were good ol'days, I wonder where d4d0 and ChibiHime went...


BoR0, 'ts ok, at the moment, there's no activity to be super ...
 
Page 1 of 7 Goto page 1, 2, 3, 4, 5, 6, 7  Next
All times are GMT + 1 Hour
Jump to:  


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 0.99 seconds