Aof Posted May 26, 2018 at 02:10 PM Share Posted May 26, 2018 at 02:10 PM Ola @pessoal, esse e programinha pra vocês quebrarem a cuk, ele e muito simples se trata de ... ? não feito por mim, mas resolvi posta. ATIVEME Link to comment Share on other sites More sharing options...
Supporter - Nibble sombrakey Posted May 27, 2018 at 07:09 PM Supporter - Nibble Share Posted May 27, 2018 at 07:09 PM Muito legal e rápido para fazer: Usei o VB Decompiler para descompilar o frmMain e achei as propriedades do botão: Begin CommandButton cmbAtive Caption = "Ative-me" Left = 60 '0x003c Top = 300 '0x012c Width = 3015 '0x0bc7 Height = 495 '0x01ef Enabled = 0 'False '0x00 TabIndex = 0 End Converti os valores de decimal para hexadecimal e coloquei com cores para facilitar Com essas informações abri o arquivo no OllyDbg, na janela de CPU fui em Search for -> All referenced text strings Procurei por o Caption do botão, aqui listado em 0040125A. Clique direito no endereço 0040125A Follow in Dump -> Selection 0040125A 41 74 69 76 65 2D 6D 65 00 04 3C 00 2C 01 C7 0B Ative-me.�<.,�Ç� 0040126A EF 01 08 00 11 00 00 FF 03 36 00 00 00 02 06 00 ï��.�..ÿ�6...��. Como o dump está no formato little endian o bytes são lidos ao contrario (por isso as cores ajudam a diferenciar) Dedo direito no byte 00 após o 08 (não sei o que ele significa ) Binary -> Edit ou simplesmente CTRL + E Mudamos de 00 para 01 Depois clique direito Copy to executable file -> e depois clique direito novamente e save file. damos um nome ex. ativeme_mod.exe Testamos e botão habilitado com sucesso. Imagem (nunca consigo colocar a imagem direta O.O ) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.