Jump to content
Sign in to follow this  
-Bantal Bucux-

Recompile Exe - Vb6

Recommended Posts

Sape tau camne coding utk wat event recompile exe jadik exe balik

Contoh: Information yg kita isi cth password lps compile jadi exe... then

program ni recompile balik dgn password yg kita isi..

so exe tu bole jadi portable.. termasuk password tu..

so x de external data utk save password cth dlm regedit.. dlm system ke..

so x de org leh try cari ID, password or something info yg di compile kan bersama tadi ... :)

mcm sebelum ni.. sy buat password dlm coding sekali... atau save kat regedit..

skrg ni nak upgrade kan cara nak wat program :lol:

Share this post


Link to post
Share on other sites

Ko tanam je dalam program exe tu. Tapi pastikan sediakan length binary kosong yang besar. Jadi lepas masuk password boleh je replace binary kosong tu.

Share this post


Link to post
Share on other sites

Sape tau camne coding utk wat event recompile exe jadik exe balik

Contoh: Information yg kita isi cth password lps compile jadi exe... then

program ni recompile balik dgn password yg kita isi..

so exe tu bole jadi portable.. termasuk password tu..

so x de external data utk save password cth dlm regedit.. dlm system ke..

so x de org leh try cari ID, password or something info yg di compile kan bersama tadi ... :)

mcm sebelum ni.. sy buat password dlm coding sekali... atau save kat regedit..

skrg ni nak upgrade kan cara nak wat program :lol:

Emm sebenarnye susah jugak kalau kiter nak wat software yang betul2 ampuh dari dicâ•“ack oleh para câ•“acker...

Tapi ko leh try... memang senang terutamanya kalau ko simpan password dalam registery.. huhuhu nak tahu camne kalau owang leh dapat password ko tu.. dier hanya backup registery komp ko jer gune thumdrive jer dah leh dapat password ko tu... hik hik hik

ko wat satu program/calculation encrypted untuk password ko tu... senang citer..

cara newbie cam aku ni.. yang yak tahu aper aper hik hik hik

untuk password :

Kalau owang taip A=1

kalau owang taip B=3

Kalau owang taip U=5

Kalau owang taip Z=7

Kalau owang taip z=6

Kalau owang taip a=r

Kalau owang taip d=h

Kalau owang taip D=x

Kalau owang taip 1=y

Kalau owang taip 2=m

Kalau owang taip 3=a

Kalau owang taip 4=l

Kalau owang taip =0

Kalau owang taip b=s

dan seterusnya.......

untuk Username :

Kalau owang taip A=4

kalau owang taip B=6

Kalau owang taip U=g

Kalau owang taip Z=H

Kalau owang taip z=j

Kalau owang taip a=K

Kalau owang taip d=L

Kalau owang taip D=C

Kalau owang taip 1=n

Kalau owang taip 2=P

Kalau owang taip 3=M

Kalau owang taip 4=m

Kalau owang taip =q

Kalau owang taip b=h

Kalau owang taip u=9

dan seterusnya.......

funtion tu ko simpan ler lam module ker atau aper2 ker file *.dll atau dalam program *.exe tu sendiri ...

So kalau owang taip passwordnya : abU 12

So lam database ko akan disimpan : rs50ym

Contoh:

so KALAU USER NAME : ABu

Password : 123 AbU

So lam database ko camni

User : 469

Password :yma01s5

So kalau owang tu tengok lam registery pun dier tak tahu..

Contoh dier copy jer nombor user 469 pastu password yma01s5 dan paste kan lam password maka tak jadi...

Kalau ko nak lagi power ko encrypted username dgn password ngan id skali.. hik hik hik

Itu lah yang dinamakan chart/table...... hik hik hik.... :lol:

Kalau ko nak canggih lagi ko set kan min password 6 max 25..

So Kalau password = 123 AbU

Data lam database ko cam ni..

yma01s537dkuRmGP093GbaTEw

yma01s5 = password ko

random nombor "randomize generate" =7dkuRmGP093GbaTE

menunjukkan password tu adalah 7 char = w

walaupun password tu 7 char tapi lam database ader 25 char....

kalau password = 1234 Abu

dalam database ko camni

ymal01s584723KjdUbadSDau4jA

ymal01s5 = password

random nombor "randomize generate" = 84723KjdUbadSDau4j

menunjukan password 8 char = A

Cam MD5 atau SHA chart juga ler.. .. tol ker aper yang aku citer ni.. :lol:

contoh:

http://www.md5encrypter.com/

http://www.md5decrypter.com/

rujukan:

http://www.passwordchart.com/howitworks.html

http://wiki.hak5.org/wiki/Community_Rainbow_Tables

http://www.freewebs.com/rainbowtables/charset.txt

http://rainbowtables.shmoo.com/

Simpan ko nyer chart/table tu baik2 no.. jangan kasik owang lein dapat.. kalau tak hancur hahahahaha

Tapi mesti ada gak câ•“acker yang leh dapat passweird ko tu hehehehe

Gud luck.. cume idea jer hehehehe

Kalau ko Pakai VB... make sure ko pack kan dengan packer yang betul2 owang takleh unpack kembali hehehehe

sekian...

P/S : Jangan simpan password friendster sudah ler... pasal aku der sowang kawan yang suker sangat amik password friendster owang lain.. Iyer wat koleksi hehehehe

Edited by ☺■Ç

Share this post


Link to post
Share on other sites

hahah.. caratu.. biasa sangat... tapi User ngan password wat lain2 tu bagus...

plus ngan no. & huruf besar kecik kat belakang cam cantik je..

tapi abg sy leh tau gak... dia boleh try error kalau dia nak...

Care yg sy tgh pakai.. contoh 1 char = 4digits...

Cth:

1) ABC = 0257 5751 0690

2) 123 = 1901 1804 1834

cara module yg sy pakai.. (kalau nak tau cara decode balik lain post ehh.. klau nak cakapla... x nak x pe) :lol:

no. ni x fix utk A = 0257 utk selame2 nye... no. tu generate ikut berape banyak letter yg sy tulis...

dan setiap huruf ada nilai sendiri utk tujuan generate code..

A= 23,

B= 25,

C= 27,

1 = 24,

2 = 26,

3 = 28,

1st uruf akan tolak dengan last letter..

Cth yg ditaip: ABC (jadi ad 3 huruf)

A - C = -4

then -4 tu kene tambah ngan jumlah huruf....

-4 + 3 = -1

pastu computer akan generate kan ikut nilai (-) or (+) dan angka...

Jadinye... 3 letter (ABC) tak same ngan 4 letter (ABCD)

Cth:

1) ABC = 0257 8751 4690

2) ABCD = 4228 7974 6482 1575

** makne nye ABC code x same.. melainkan jumlah letter same dan huruf awal

Kemudian huruf yang same ad kat satu string.. huruf tu akan ade nilai lain2..

Cth:

1) ABCA = 4257 4522 6845 4287

2) 1231 = 0243 0548 0355 1227

so x mungkin dia buat try and error... tul tak??

dan abg sy tau camne nak carik kat dlm regedit... pastu siap bole edit lagi...

hangin je rase.....

then wat binary files rename *.mcx (function same cam simpan *.dll) , die tau gak kat mane je sy simpan... hantu tul!!

pastu kutuk2 org pulak.. kate system siput laa, mcm hingus laa...

geram tul...!!! :angry:

So, skrg cam ne nak compile code tu dlm exe yg same balik?? atau ada cara alt yg lain utk kuatkan security? :(

Share this post


Link to post
Share on other sites

so x mungkin dia buat try and error... tul tak??

dan abg sy tau camne nak carik kat dlm regedit... pastu siap bole edit lagi...

hangin je rase.....

then wat binary files rename *.mcx (function same cam simpan *.dll) , die tau gak kat mane je sy simpan... hantu tul!!

pastu kutuk2 org pulak.. kate system siput laa, mcm hingus laa...

geram tul...!!! :angry:

So, skrg cam ne nak compile code tu dlm exe yg same balik?? atau ada cara alt yg lain utk kuatkan security? :(

hehehehe musti abang ko tu ebat kan.. Dier bulih teka tepat password ko dengan tepat...

Kalau camtu dier juga bulih wat kéygen untuk password ko tu atau sérial key untuk program ko.... hehehehe

Walaupun ko kompile password ko tu ngan *.exe program portable ko tu.. dier still bulih retrive ko nyer password dengan dekompile kembali program portable ko tu.. walaupun ko pack program portable ko tu dengan packer dier juga bolih unpack program portable ko tu kembali.... dengan aper yang ko citer pasal abang ke ebatan ko di atas tadi.. hehehehe... :lol:

lebih2 lagi kalau ko tertinggal usbthumdrive ko kat opis ker, kat sekolah ker, kat universiti ker.. tak selamat, melainkan simpan di memori kepala kita sendiri... :lol:

Susah jugak.. Mungkin ader programmer lain yang leh membantu ko... :rolleyes:

Share this post


Link to post
Share on other sites

Tu yang tak puas hati tu... tang mane x salah tah... cam tau2 je flow program tu... plus user & pass pon die leh tau... source program dah sorok + lock gila2 dah... lagi pon.. kalau die nak tgk file tu.. tentu system tu ad bagi log bila last bukak.. termasuk komputer bile on... (tu system wat sendiri jgk ala2 spy user laa..) & x mungkin dia ubah log tu.. sbb bende tu mmg x boleh edit... kalau edit.. time date lame still ada & sys akan tulis bende tu dah dibukak dan di edit.. -_-

hehehehe musti abang ko tu ebat kan.. Dier bulih teka tepat password ko dengan tepat...

Kalau camtu dier juga bulih wat kéygen untuk password ko tu atau sérial key untuk program ko.... hehehehe

Walaupun ko kompile password ko tu ngan *.exe program portable ko tu.. dier still bulih retrive ko nyer password dengan dekompile kembali program portable ko tu.. walaupun ko pack program portable ko tu dengan packer dier juga bolih unpack program portable ko tu kembali.... dengan aper yang ko citer pasal abang ke ebatan ko di atas tadi.. hehehehe...

lebih2 lagi kalau ko tertinggal usbthumdrive ko kat opis ker, kat sekolah ker, kat universiti ker.. tak selamat, melainkan simpan di memori kepala kita sendiri... :lol:

Susah jugak.. Mungkin ader programmer lain yang leh membantu ko...

Abg aku mmg pakar mengorek bende2 cam nih.. paling lame pon.. 2week dah dpt...

melainkan active key online... kalau camtu dia kene carik prog yg dah active then.. pandai2 dia la.... :lol:

Heheh kalau simpan dlm kepala... camne program nak check balik pass tu....

Kalau compile balik... then buat saving code palsu... then dia mesti x leh trace kot....

dan mungkin die x terfikir yg code tu dah dicompile sekali... atau external & internal code kene combine..

baru leh login....

Haa camne?? ok x idea tu? ^_^

So.. sape leh tlg?? Please... sbb kalau boleh sy nak fight ngn abg sy.. siape yg terrer..

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...