Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with TCC problem. #5

Closed
h4mr3r opened this issue May 21, 2024 · 2 comments
Closed

Integration with TCC problem. #5

h4mr3r opened this issue May 21, 2024 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@h4mr3r
Copy link

h4mr3r commented May 21, 2024

Hi there, i tried to use the obfus.h with tcc on my dev enviroment but it failed:
Screenshot from 2024-05-21 08-09-42

The most common error in the file is 'strlen_custom' causes a section type conflict with '_s_a'

Any tips how to solve the problem?

Edit:
Keep in mind that it does not matter if i build it with cmake
eg. cmake:

cmake_minimum_required(VERSION 3.28)
project(testobfush C)

set(CMAKE_C_STANDARD 99)
include_directories("C:\\tcc\\include\\")
include_directories("C:\\tcc\\include\\winapi\\")

add_executable(testobfush main.c obfus.h)

Edit2:
Couple commits back it works fine
https://raw.githubusercontent.com/DosX-dev/obfus.h/6102fe15b100ee1c6b7adbbba7f59ab1edd3011b/include/obfus.h

@DosX-dev
Copy link
Owner

Hello! Thank you for your feedback. I will definitely see what the problem is on your side. Wait for a response 🤝

@DosX-dev DosX-dev added bug Something isn't working good first issue Good for newcomers labels May 21, 2024
@DosX-dev
Copy link
Owner

DosX-dev commented May 21, 2024

Fixed. You can update obfus.h using obfh-update script or download manually. (change 1, change 2)

@h4mr3r h4mr3r closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants